mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-28 21:22:53 +08:00
fix: 修正多选Shift快捷键影响检索输入的问题
This commit is contained in:
parent
f8179c6088
commit
3697dba349
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user