@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.
- package/dist/editorWorkerMain.js +2 -2
- package/package.json +1 -1
package/dist/editorWorkerMain.js
CHANGED
|
@@ -6646,8 +6646,8 @@ const select = async (state, editor, completionItem) => {
|
|
|
6646
6646
|
editor.completionState = None;
|
|
6647
6647
|
editor.completionUid = 0;
|
|
6648
6648
|
}
|
|
6649
|
-
await
|
|
6650
|
-
|
|
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) => {
|