ps-toolkit-ui 1.6.38 → 1.6.39

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.
@@ -1236,9 +1236,10 @@
1236
1236
  inp.setSearch(s);
1237
1237
  inp.load(inp.url.replace('{}', s), function () {
1238
1238
  setTimeout(function () {
1239
+ console.log('#' + inp.name + 'Input .control');
1239
1240
  $__namespace('#' + inp.name + 'Input .control').click();
1240
1241
  inp.focus();
1241
- }, 100);
1242
+ }, 1000);
1242
1243
  });
1243
1244
  }
1244
1245
  else {