ps-toolkit-ui 1.17.39 → 1.17.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6938,6 +6938,7 @@
6938
6938
  var code = e.keyCode || e.which;
6939
6939
  if (code === 9 || code === 13) {
6940
6940
  e.preventDefault();
6941
+ console.log(code, this.inp.button, this.inp.hasBarcodeReader, code === 13 && this.inp.button && !this.inp.hasBarcodeReader);
6941
6942
  if (code === 13 && this.inp.button && !this.inp.hasBarcodeReader) {
6942
6943
  this.onClickButton();
6943
6944
  }