@lvce-editor/editor-worker 19.29.13 → 19.29.14

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.
@@ -14060,14 +14060,14 @@ const commandMap = {
14060
14060
  'Editor.getWordBefore2': getWordBefore2,
14061
14061
  'Editor.goToDefinition': wrapCommand(goToDefinition),
14062
14062
  'Editor.goToTypeDefinition': wrapCommand(goToTypeDefinition),
14063
- 'Editor.handleBeforeInput': wrapCommand(handleBeforeInput),
14063
+ 'Editor.handleBeforeInput': wrapCommand(handleBeforeInput, true),
14064
14064
  'Editor.handleBeforeInputFromContentEditable': wrapCommand(handleBeforeInputFromContentEditable),
14065
14065
  'Editor.handleBlur': wrapCommand(handleBlur$1),
14066
14066
  'Editor.handleClickAtPosition': wrapCommand(handleClickAtPosition),
14067
14067
  'Editor.handleContextMenu': wrapCommand(handleContextMenu),
14068
14068
  'Editor.handleDoubleClick': wrapCommand(handleDoubleClick),
14069
14069
  'Editor.handleFocus': wrapCommand(handleFocus$1),
14070
- 'Editor.handleKeyUp': wrapCommand(handleKeyUp),
14070
+ 'Editor.handleKeyUp': wrapCommand(handleKeyUp, true),
14071
14071
  'Editor.handleMouseDown': wrapCommand(handleMouseDown),
14072
14072
  'Editor.handleMouseMove': wrapCommand(handleMouseMove),
14073
14073
  'Editor.handleMouseMoveWithAltKey': wrapCommand(handleMouseMoveWithAltKey),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "19.29.13",
3
+ "version": "19.29.14",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:lvce-editor/editor-worker.git"