@lvce-editor/renderer-process 30.44.1 → 30.44.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.
@@ -8340,6 +8340,11 @@ const handleFocus$1 = event => {
8340
8340
  } = event;
8341
8341
  send$1('Focus.setFocus', FocusSimpleBrowserInput);
8342
8342
  setTimeout(() => {
8343
+ const suggestions = target.closest('.SimpleBrowser')?.querySelector('.SimpleBrowserSuggestions');
8344
+ if (suggestions) {
8345
+ target.setSelectionRange(target.value.length, target.value.length);
8346
+ return;
8347
+ }
8343
8348
  target.select();
8344
8349
  });
8345
8350
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/renderer-process",
3
- "version": "30.44.1",
3
+ "version": "30.44.2",
4
4
  "keywords": [
5
5
  "lvce-editor",
6
6
  "renderer-process"