From 652b0129ec60098ae1ad22fb8413eba009fb3aaf Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 20 五月 2022 10:02:53 +0800 Subject: [PATCH] 2022-05-20 --- src/tabviews/subtable/index.jsx | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/tabviews/subtable/index.jsx b/src/tabviews/subtable/index.jsx index b5fa826..58c1ec9 100644 --- a/src/tabviews/subtable/index.jsx +++ b/src/tabviews/subtable/index.jsx @@ -251,6 +251,7 @@ } } if (item.position === 'toolbar') { + item.$toolbtn = true _actions.push(item) } else if (item.position === 'grid') { _operations.push(item) -- Gitblit v1.8.0