From 32b520bad60ace0d7793a2a22d5ae3d8403d512b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 16 十一月 2023 16:00:11 +0800 Subject: [PATCH] Merge branch 'master' into positec --- 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