From 424b1c7870e0c882dd023db670e3d93b7a766543 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Fri, 9 Sep 2022 15:02:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E6=8C=81=E9=80=9A=E8=BF=87`ES?= =?UTF-8?q?C`=E9=80=80=E5=87=BA=E5=A4=9A=E9=80=89=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Main.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/Main.vue b/src/views/Main.vue index 6d8b7e4..7dd3491 100644 --- a/src/views/Main.vue +++ b/src/views/Main.vue @@ -273,6 +273,9 @@ onMounted(() => { // 移除焦点 隐藏搜索框 window.focus(true) e.stopPropagation() + } else if (isMultiple.value) { + // 退出多选状态 + handleMultiBtnClick() } else { // 无上述情况 执行默认: 隐藏uTools主窗口 }