mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -1035,6 +1035,7 @@ const panelTreeKeydown = (app: App, event: KeyboardEvent) => {
|
||||
|
||||
let switchDialog: Dialog;
|
||||
export const windowKeyDown = (app: App, event: KeyboardEvent) => {
|
||||
// https://github.com/siyuan-note/siyuan/issues/9848 忘记为什么要阻止了 .av__mask 的情况,测了下没问题就先移除
|
||||
if (document.getElementById("errorLog") || event.isComposing) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user