Vanessa 2025-03-15 18:13:01 +08:00
parent 90a8e679b3
commit c845e0acd9
4 changed files with 13 additions and 4 deletions

View file

@ -1418,7 +1418,7 @@ export const windowKeyDown = (app: App, event: KeyboardEvent) => {
window.siyuan.menus.menu.element.style.zIndex < (window.siyuan.dialogs[0].element.querySelector(".b3-dialog") as HTMLElement).style.zIndex) {
// 窗口高于菜单时,先关闭窗口,如 av 修改列 icon 时
} else {
window.siyuan.menus.menu.remove();
window.siyuan.menus.menu.remove(true);
return;
}
}