mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-15 19:48:06 +01:00
This commit is contained in:
parent
2c71478d83
commit
4f263b31cc
19 changed files with 110 additions and 88 deletions
|
|
@ -248,7 +248,7 @@ const getActionMenu = (element: Element, next: boolean) => {
|
|||
|
||||
export const bindMenuKeydown = (event: KeyboardEvent) => {
|
||||
if (window.siyuan.menus.menu.element.classList.contains("fn__none")
|
||||
|| event.altKey || event.shiftKey || isCtrl(event)) {
|
||||
|| event.altKey || event.shiftKey || event.ctrlKey || event.metaKey) {
|
||||
return false;
|
||||
}
|
||||
const target = event.target as HTMLElement;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue