@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.
@@ -12707,11 +12707,11 @@ const getKeyBindings = () => {
12707
12707
  when: FocusEditorText
12708
12708
  }, {
12709
12709
  command: 'Editor.moveLineDown',
12710
- key: CtrlCmd | Shift | DownArrow,
12710
+ key: Alt$1 | DownArrow,
12711
12711
  when: FocusEditorText
12712
12712
  }, {
12713
12713
  command: 'Editor.moveLineUp',
12714
- key: CtrlCmd | Shift | UpArrow,
12714
+ key: Alt$1 | UpArrow,
12715
12715
  when: FocusEditorText
12716
12716
  }, {
12717
12717
  command: 'Editor.openCompletion',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "19.42.0",
3
+ "version": "19.43.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:lvce-editor/editor-worker.git"