ps-toolkit-ui 1.17.39 → 1.17.41

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,7 +6938,7 @@
6938
6938
  var code = e.keyCode || e.which;
6939
6939
  if (code === 9 || code === 13) {
6940
6940
  e.preventDefault();
6941
- if (code === 13 && this.inp.button && !this.inp.hasBarcodeReader) {
6941
+ if (code === 13 && this.inp.button != null && !this.inp.hasBarcodeReader) {
6942
6942
  this.onClickButton();
6943
6943
  }
6944
6944
  else {