mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-10-23 20:51:18 +08:00
feat: 优化搜索框行为 进入插件自动选中搜索框全部文本 #14
This commit is contained in:
@@ -37,7 +37,6 @@ onMounted(() => {
|
||||
const { key } = e
|
||||
if (key === 'Escape' && props.fullData.data) {
|
||||
// 有值时执行退出 Overlay
|
||||
// TODO: 目前仅在 detach时有效 如何取消 utools的默认退出行为
|
||||
emit('onOverlayClick')
|
||||
e.stopPropagation()
|
||||
}
|
||||
|
Reference in New Issue
Block a user