Skip to content

Commit

Permalink
fix(ui): File Workspaces > when you rename a folder inside a workspac…
Browse files Browse the repository at this point in the history
…e and it has some tabs open from the same folder, the tabs stay open but when you go back to Workspaces and come back into the same workspace, the tabs will no longer be open
  • Loading branch information
flawiddsouza committed Dec 12, 2024
1 parent 797a7c8 commit 20b7afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/src/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,7 @@ export const store = createStore<State>({
state.tabs = []
state.activeTab = null
state.plugins.workspace = []
state.idMap = null
}
},
async loadWorkspacePlugins(state) {
Expand Down

0 comments on commit 20b7afa

Please sign in to comment.