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/popupbutton/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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} -- Gitblit v1.8.0