@lvce-editor/quick-pick-worker 4.13.1 → 4.13.2

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.
@@ -3674,6 +3674,9 @@ const createCustomPick = value => {
3674
3674
  };
3675
3675
  };
3676
3676
  const shouldCloseBeforeSelect = (subId, pick) => {
3677
+ if (subId === Recent$1) {
3678
+ return true;
3679
+ }
3677
3680
  if (subId !== Commands$1) {
3678
3681
  return false;
3679
3682
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/quick-pick-worker",
3
- "version": "4.13.1",
3
+ "version": "4.13.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/lvce-editor/quick-pick-worker.git"