diff --git a/packages/ui/src/store.ts b/packages/ui/src/store.ts index 98333e07..5655412b 100644 --- a/packages/ui/src/store.ts +++ b/packages/ui/src/store.ts @@ -507,6 +507,7 @@ export const store = createStore({ state.tabs = [] state.activeTab = null state.plugins.workspace = [] + state.idMap = null } }, async loadWorkspacePlugins(state) {