未验证 提交 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 is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册