From 3697dba3495ec72fc3b0dd916d0e94e0615af07a Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Fri, 16 Sep 2022 13:17:05 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E5=A4=9A=E9=80=89Shif?= =?UTF-8?q?t=E5=BF=AB=E6=8D=B7=E9=94=AE=E5=BD=B1=E5=93=8D=E6=A3=80?= =?UTF-8?q?=E7=B4=A2=E8=BE=93=E5=85=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Main.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/Main.vue b/src/views/Main.vue index 52f5894..ee03dde 100644 --- a/src/views/Main.vue +++ b/src/views/Main.vue @@ -286,8 +286,10 @@ onMounted(() => { } } else if (isShift) { // Shift: 多选操作 - if (!isMultiple.value) { - handleMultiBtnClick() + if (!isSearchPanelExpand.value) { + if (!isMultiple.value) { + handleMultiBtnClick() + } } } else if (isArrow || isEnter) { e.preventDefault()