mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
This commit is contained in:
parent
2e63eead3c
commit
e816e94ba1
1 changed files with 1 additions and 1 deletions
|
|
@ -1035,7 +1035,7 @@ const panelTreeKeydown = (app: App, event: KeyboardEvent) => {
|
|||
|
||||
let switchDialog: Dialog;
|
||||
export const windowKeyDown = (app: App, event: KeyboardEvent) => {
|
||||
if (document.querySelector(".av__mask") || document.getElementById("errorLog") || event.isComposing) {
|
||||
if (document.getElementById("errorLog") || event.isComposing) {
|
||||
return;
|
||||
}
|
||||
const target = event.target as HTMLElement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue