@lvce-editor/editor-worker 19.42.0 → 19.43.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 +2 -2
- package/package.json +1 -1
package/dist/editorWorkerMain.js
CHANGED
|
@@ -12707,11 +12707,11 @@ const getKeyBindings = () => {
|
|
|
12707
12707
|
when: FocusEditorText
|
|
12708
12708
|
}, {
|
|
12709
12709
|
command: 'Editor.moveLineDown',
|
|
12710
|
-
key:
|
|
12710
|
+
key: Alt$1 | DownArrow,
|
|
12711
12711
|
when: FocusEditorText
|
|
12712
12712
|
}, {
|
|
12713
12713
|
command: 'Editor.moveLineUp',
|
|
12714
|
-
key:
|
|
12714
|
+
key: Alt$1 | UpArrow,
|
|
12715
12715
|
when: FocusEditorText
|
|
12716
12716
|
}, {
|
|
12717
12717
|
command: 'Editor.openCompletion',
|