@lvce-editor/editor-worker 3.26.0 → 3.27.0
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.
- package/dist/editorWorkerMain.js +5 -5
- package/package.json +1 -1
package/dist/editorWorkerMain.js
CHANGED
|
@@ -8901,11 +8901,11 @@ const widgetCommands = {
|
|
|
8901
8901
|
'FindWidget.focusPreviousMatchButton': Find,
|
|
8902
8902
|
'FindWidget.focusCloseButton': Find,
|
|
8903
8903
|
'EditorCompletion.handleWheel': Completion,
|
|
8904
|
-
|
|
8905
|
-
|
|
8906
|
-
'EditorCompletion.
|
|
8907
|
-
|
|
8908
|
-
|
|
8904
|
+
'EditorCompletion.focusFirst': Completion,
|
|
8905
|
+
'EditorCompletion.focusNext': Completion,
|
|
8906
|
+
'EditorCompletion.focusPrevious': Completion,
|
|
8907
|
+
'EditorCompletion.focusIndex': Completion,
|
|
8908
|
+
'EditorCompletion.focusLast': Completion
|
|
8909
8909
|
};
|
|
8910
8910
|
|
|
8911
8911
|
// TODO wrap commands globally, not per editor
|