From c29a1e1c8278a25b83b6158c2d426aa26c427569 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 01 九月 2021 16:18:30 +0800 Subject: [PATCH] 2021-09-01 --- src/menu/components/share/actioncomponent/actionform/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/menu/components/share/actioncomponent/actionform/index.jsx b/src/menu/components/share/actioncomponent/actionform/index.jsx index c5ebebb..8fdc523 100644 --- a/src/menu/components/share/actioncomponent/actionform/index.jsx +++ b/src/menu/components/share/actioncomponent/actionform/index.jsx @@ -177,6 +177,8 @@ } } else if (_funcType === 'mkBinding' || _funcType === 'mkUnBinding') { _options.push('execSuccess', 'execError') + } else if (_funcType === 'scan') { + _options.push('openmenu') } else if (_funcType === 'closetab') { _options.push('refreshTab') } -- Gitblit v1.8.0