fix: 打开搜索替换快捷键错误(#226)

This commit is contained in:
pipipi-pikachu 2023-10-16 21:50:23 +08:00
parent 76c0138d6a
commit 5a0f3ee81c

View File

@ -152,7 +152,7 @@ export default () => {
enterScreeningFromStart()
return
}
if (key === KEYS.F) {
if (ctrlKey && key === KEYS.F) {
e.preventDefault()
mainStore.setSearchPanelState(!showSearchPanel.value)
return