@@ -187,6 +187,7 @@ export const useMultipleTabStore = defineStore({
if (path !== tab.path) {
// Closed is not the activation tab
close(tab);
+ this.updateCacheTab();
return;
}