mirror of
https://github.com/ZiuChen/ClipboardManager.git
synced 2025-09-27 13:53:21 +08:00
feat: 优化搜索框行为 进入插件自动选中搜索框全部文本 #14
This commit is contained in:
@@ -197,6 +197,7 @@ utools.onPluginEnter(() => {
|
||||
utools.copyText('ImageOverSized')
|
||||
globalOverSize = false
|
||||
}
|
||||
document.querySelector('.clip-search input').select() // 进入插件将搜索框内容全选
|
||||
focus()
|
||||
toTop()
|
||||
resetNav()
|
||||
|
Reference in New Issue
Block a user