@lvce-editor/editor-worker 1.9.0 → 1.10.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.
@@ -6646,8 +6646,8 @@ const select = async (state, editor, completionItem) => {
6646
6646
  editor.completionState = None;
6647
6647
  editor.completionUid = 0;
6648
6648
  }
6649
- await execute$1('Editor.applyEdit', changes);
6650
- // await Viewlet.dispose(uid)
6649
+ await invoke$3('Editor.applyEdit', changes);
6650
+ await invoke$3('Viewlet.dispose', state.uid);
6651
6651
  return state;
6652
6652
  };
6653
6653
  const selectIndex = (editorUid, state, index) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "1.9.0",
3
+ "version": "1.10.0",
4
4
  "description": "",
5
5
  "main": "dist/testWorkerMain.js",
6
6
  "type": "module",