mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-06-11 17:44:06 +08:00
feat: 支持通过ESC
退出多选模式
This commit is contained in:
parent
bdfc4baf22
commit
424b1c7870
@ -273,6 +273,9 @@ onMounted(() => {
|
||||
// 移除焦点 隐藏搜索框
|
||||
window.focus(true)
|
||||
e.stopPropagation()
|
||||
} else if (isMultiple.value) {
|
||||
// 退出多选状态
|
||||
handleMultiBtnClick()
|
||||
} else {
|
||||
// 无上述情况 执行默认: 隐藏uTools主窗口
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user