This commit is contained in:
Vanessa 2023-12-10 21:36:46 +08:00
parent e816e94ba1
commit 8e8a9f3c4d

View file

@ -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;
}