feat: 支持通过ESC退出多选模式

This commit is contained in:
ZiuChen 2022-09-09 15:02:46 +08:00
parent bdfc4baf22
commit 424b1c7870

View File

@ -273,6 +273,9 @@ onMounted(() => {
//
window.focus(true)
e.stopPropagation()
} else if (isMultiple.value) {
// 退
handleMultiBtnClick()
} else {
// : uTools
}