@lvce-editor/extension-search-view 7.20.3 → 7.20.4

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.
@@ -2904,6 +2904,7 @@ const getActions = () => {
2904
2904
  }];
2905
2905
  };
2906
2906
 
2907
+ const Tab = 2;
2907
2908
  const Enter = 3;
2908
2909
  const Escape = 8;
2909
2910
  const Space = 9;
@@ -2928,6 +2929,10 @@ const getKeyBindings = () => {
2928
2929
  command: 'Extensions.acceptCompletion',
2929
2930
  key: Enter,
2930
2931
  when: FocusExtensionsInput
2932
+ }, {
2933
+ command: 'Extensions.acceptCompletion',
2934
+ key: Tab,
2935
+ when: FocusExtensionsInput
2931
2936
  }, {
2932
2937
  command: 'Extensions.selectPreviousCompletion',
2933
2938
  key: UpArrow,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/extension-search-view",
3
- "version": "7.20.3",
3
+ "version": "7.20.4",
4
4
  "description": "Extension Search View Worker",
5
5
  "repository": {
6
6
  "type": "git",