@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.
@@ -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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/editor-worker",
3
- "version": "16.7.0",
3
+ "version": "16.8.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git@github.com:lvce-editor/editor-worker.git"