This commit is contained in:
Vanessa 2023-10-28 11:44:59 +08:00
parent 513031de5a
commit 5191cfd6c7
5 changed files with 14 additions and 14 deletions

View file

@ -1250,10 +1250,10 @@ export const windowKeyDown = (app: App, event: KeyboardEvent) => {
return;
}
const avElement = document.querySelector(".av__panel")
const avElement = document.querySelector(".av__panel");
if (avElement) {
avElement.remove();
return
return;
}
if (!window.siyuan.menus.menu.element.classList.contains("fn__none")) {