From b16f0a868de60d1bf612c7798c726f94097384e8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 十一月 2023 15:59:13 +0800 Subject: [PATCH] 2023-11-16 --- src/tabviews/zshare/actionList/tabbutton/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/tabbutton/index.jsx b/src/tabviews/zshare/actionList/tabbutton/index.jsx index c34cf31..37e91d5 100644 --- a/src/tabviews/zshare/actionList/tabbutton/index.jsx +++ b/src/tabviews/zshare/actionList/tabbutton/index.jsx @@ -217,6 +217,7 @@ return ( <Button type={type} + id={'button' + btn.uuid} title={disabled ? (btn.reason || '') : (btn.show === 'icon' ? btn.label : '')} style={btn.style || null} disabled={disabled} -- Gitblit v1.8.0