@lvce-editor/test-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/testWorkerMain.js +1 -1
- package/package.json +1 -1
package/dist/testWorkerMain.js
CHANGED
|
@@ -1008,7 +1008,7 @@ const insertLineBreak = async () => {
|
|
|
1008
1008
|
await invoke('Editor.insertLineBreak');
|
|
1009
1009
|
};
|
|
1010
1010
|
const openSourceActions = async () => {
|
|
1011
|
-
await invoke('Editor.
|
|
1011
|
+
await invoke('Editor.showSourceActions2');
|
|
1012
1012
|
};
|
|
1013
1013
|
const sourceActionsSelectCurrent = async () => {
|
|
1014
1014
|
await invoke('EditorSourceActions.selectCurrent');
|