mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user