@lvce-editor/explorer-view 7.10.0 → 7.10.1

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.
@@ -2604,7 +2604,6 @@ const acceptRename = async state => {
2604
2604
  editingErrorMessage: renameErrorMessage
2605
2605
  };
2606
2606
  }
2607
- await invoke$2('Main.handleUriChange', oldUri, newUri);
2608
2607
  const children = await getChildDirents(pathSeparator, dirname, renamedDirent.depth - 1, excluded, root);
2609
2608
  const tree = createTree(items, root);
2610
2609
  const update = computeExplorerRenamedDirentUpdate(root, dirname, oldUri, children, tree, newUri);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/explorer-view",
3
- "version": "7.10.0",
3
+ "version": "7.10.1",
4
4
  "description": "Explorer Worker",
5
5
  "repository": {
6
6
  "type": "git",