Skip to content

Commit fc8764a

Browse files
committed
Call cleanupRemovedTabs
1 parent 69a787d commit fc8764a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-workspaces/src/stores/workspaces.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ export const closeAllOtherTabs = (
927927
}
928928
}
929929
dispatch({ type: WorkspacesActions.CloseAllOtherTabs, atIndex });
930-
cleanupLocalAppRegistryForTab(tabs[atIndex].id);
930+
cleanupRemovedTabs(tabs, getState().tabs);
931931
};
932932
};
933933

0 commit comments

Comments
 (0)