From f09b1de478595fe1ff1a46aa224acc3ec6fae402 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 13 八月 2021 17:55:55 +0800
Subject: [PATCH] 2021-08-13

---
 src/tabviews/zshare/actionList/tabbutton/index.jsx |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/tabviews/zshare/actionList/tabbutton/index.jsx b/src/tabviews/zshare/actionList/tabbutton/index.jsx
index f7f654e..c139e00 100644
--- a/src/tabviews/zshare/actionList/tabbutton/index.jsx
+++ b/src/tabviews/zshare/actionList/tabbutton/index.jsx
@@ -157,7 +157,7 @@
       return tab.MenuID !== newtab.MenuID
     })
 
-    if (['linkage_navigation', 'linkage'].includes(window.GLOB.navBar)) {
+    if (['linkage_navigation', 'linkage', 'menu_board'].includes(window.GLOB.navBar)) {
       this.props.modifyTabview([newtab])
     } else {
       if (tabviews.length !== tabs.length) {

--
Gitblit v1.8.0