mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +01:00
This commit is contained in:
parent
90a8e679b3
commit
c845e0acd9
4 changed files with 13 additions and 4 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue