ps-toolkit-ui 1.6.39 → 1.6.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.
@@ -1238,7 +1238,6 @@
1238
1238
  setTimeout(function () {
1239
1239
  console.log('#' + inp.name + 'Input .control');
1240
1240
  $__namespace('#' + inp.name + 'Input .control').click();
1241
- inp.focus();
1242
1241
  }, 1000);
1243
1242
  });
1244
1243
  }