mirror of
https://github.com/pipipi-pikachu/PPTist.git
synced 2025-04-15 02:20:00 +08:00
fix: 打开搜索替换快捷键错误(#226)
This commit is contained in:
parent
76c0138d6a
commit
5a0f3ee81c
@ -152,7 +152,7 @@ export default () => {
|
||||
enterScreeningFromStart()
|
||||
return
|
||||
}
|
||||
if (key === KEYS.F) {
|
||||
if (ctrlKey && key === KEYS.F) {
|
||||
e.preventDefault()
|
||||
mainStore.setSearchPanelState(!showSearchPanel.value)
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user