@lvce-editor/test-worker 1.8.0 → 1.9.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
|
@@ -978,7 +978,7 @@ const goToDefinition = async () => {
|
|
|
978
978
|
await invoke('Editor.goToDefinition');
|
|
979
979
|
};
|
|
980
980
|
const openHover = async () => {
|
|
981
|
-
await invoke('Editor.
|
|
981
|
+
await invoke('Editor.showHover2');
|
|
982
982
|
};
|
|
983
983
|
const goToTypeDefinition = async () => {
|
|
984
984
|
await invoke('Editor.goToTypeDefinition');
|