From 2aa5ab63b4bbce5c36dbb3511b205b3b5f6af9bd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 07 五月 2024 11:34:20 +0800 Subject: [PATCH] 2024-05-07 --- src/tabviews/zshare/actionList/tabbutton/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/zshare/actionList/tabbutton/index.jsx b/src/tabviews/zshare/actionList/tabbutton/index.jsx index 461c1aa..dbc22b9 100644 --- a/src/tabviews/zshare/actionList/tabbutton/index.jsx +++ b/src/tabviews/zshare/actionList/tabbutton/index.jsx @@ -152,7 +152,7 @@ return uuid })() primaryId = primaryId + (btn.sign || '') - } else { + } else if (btn.sysId !== 'empty') { primaryId = BID || '' } } @@ -256,7 +256,7 @@ return uuid })() primaryId = primaryId + (tab.sign || '') - } else { + } else if (btn.sysId !== 'empty') { primaryId = BID || '' } } -- Gitblit v1.8.0