ps-toolkit-ui 1.3.65 → 1.3.66

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.
@@ -4816,7 +4816,9 @@
4816
4816
  };
4817
4817
  FormPlaqueComponent.prototype.onFocusIn = function (e) {
4818
4818
  if (e === void 0) { e = null; }
4819
+ console.log(111);
4819
4820
  if (e == null || !(e.screenX && e.screenX !== 0 && e.screenY && e.screenY !== 0)) {
4821
+ console.log(222);
4820
4822
  setTimeout(function () {
4821
4823
  console.log($('#Part1Input .control'));
4822
4824
  $('#Part1Input .control').focus();