mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
This commit is contained in:
parent
f8f60be8a6
commit
94812ef11c
2 changed files with 3 additions and 4 deletions
|
|
@ -178,8 +178,8 @@ const getActionMenu = (element: Element, next: boolean) => {
|
|||
}
|
||||
}
|
||||
return actionMenuElement;
|
||||
|
||||
};
|
||||
|
||||
export const bindMenuKeydown = (event: KeyboardEvent) => {
|
||||
if (window.siyuan.menus.menu.element.classList.contains("fn__none") || event.altKey || event.shiftKey || isCtrl(event)) {
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue