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 + src/tabviews/zshare/actionList/newpagebutton/index.jsx | 1 + src/tabviews/zshare/actionList/popupbutton/index.jsx | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/tabviews/zshare/actionList/newpagebutton/index.jsx b/src/tabviews/zshare/actionList/newpagebutton/index.jsx index 756c068..ef0be08 100644 --- a/src/tabviews/zshare/actionList/newpagebutton/index.jsx +++ b/src/tabviews/zshare/actionList/newpagebutton/index.jsx @@ -275,6 +275,7 @@ return ( <Button type={type} + id={'button' + btn.uuid} title={disabled ? (btn.reason || '') : (btn.show === 'icon' ? btn.label : '')} style={btn.style || null} disabled={disabled} diff --git a/src/tabviews/zshare/actionList/popupbutton/index.jsx b/src/tabviews/zshare/actionList/popupbutton/index.jsx index a92a711..7c34a66 100644 --- a/src/tabviews/zshare/actionList/popupbutton/index.jsx +++ b/src/tabviews/zshare/actionList/popupbutton/index.jsx @@ -336,6 +336,7 @@ <> <Button type={type} + id={'button' + btn.uuid} title={disabled ? (btn.reason || '') : (btn.show === 'icon' ? btn.label : '')} loading={loading} disabled={disabled} 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