@lvce-editor/editor-worker 16.7.0 → 16.8.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 +1 -0
- package/package.json +1 -1
package/dist/editorWorkerMain.js
CHANGED
|
@@ -6981,6 +6981,7 @@ const saveUntitledFile = async (uri, content, platform) => {
|
|
|
6981
6981
|
}
|
|
6982
6982
|
await invoke$c('FileSystem.writeFile', filePath, content);
|
|
6983
6983
|
await invoke$c('Layout.handleWorkspaceRefresh');
|
|
6984
|
+
await invoke$c('Main.handleUriChange', uri, filePath);
|
|
6984
6985
|
return filePath;
|
|
6985
6986
|
};
|
|
6986
6987
|
|