Unverified 提交 fd945030 作者: 前端爱码士 提交者: GitHub

fix: 关闭非当前的标签没有同步清理cacheTabList数据 (#2306)

上级 bc499744
......@@ -187,6 +187,7 @@ export const useMultipleTabStore = defineStore({
if (path !== tab.path) {
// Closed is not the activation tab
close(tab);
this.updateCacheTab();
return;
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论