ps-toolkit-ui 1.12.29 → 1.12.30

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.
@@ -4781,11 +4781,11 @@
4781
4781
  };
4782
4782
  this.part3.onFocusOut = function (e) {
4783
4783
  console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));
4784
- if (!$__namespace(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$__namespace(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')) {
4785
- if (_this.open) {
4786
- _this.closeOptions();
4787
- }
4788
- }
4784
+ // if (!$(e.relatedTarget).closest('.form-input.plaque-select').hasClass('plaque-select') && !$(e.rangeParent).closest('.form-input.plaque-select').hasClass('plaque-select')){
4785
+ // if (this.open){
4786
+ // this.closeOptions();
4787
+ // }
4788
+ // }
4789
4789
  };
4790
4790
  this.part4.onFocusOut = function (e) {
4791
4791
  console.log(e, $__namespace(e.relatedTarget), $__namespace(e.rangeParent));