This commit is contained in:
Vanessa 2023-12-10 21:35:35 +08:00
parent 2e63eead3c
commit e816e94ba1

View file

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