mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 07:24:07 +01:00
🚨
This commit is contained in:
parent
0200e6eed5
commit
bde581c8ad
3 changed files with 4 additions and 5 deletions
|
|
@ -74,7 +74,7 @@ const switchDialogEvent = (event: MouseEvent, switchDialog: Dialog) => {
|
|||
}
|
||||
target = target.parentElement;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
export const globalShortcut = () => {
|
||||
window.addEventListener("mousemove", (event) => {
|
||||
|
|
@ -323,11 +323,11 @@ export const globalShortcut = () => {
|
|||
});
|
||||
if (isMac()) {
|
||||
switchDialog.element.addEventListener("contextmenu", (event) => {
|
||||
switchDialogEvent(event, switchDialog)
|
||||
switchDialogEvent(event, switchDialog);
|
||||
});
|
||||
}
|
||||
switchDialog.element.addEventListener("click", (event) => {
|
||||
switchDialogEvent(event, switchDialog)
|
||||
switchDialogEvent(event, switchDialog);
|
||||
});
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue