diff --git a/app/src/boot/globalShortcut.ts b/app/src/boot/globalShortcut.ts index 49b84c138..ce6f55a47 100644 --- a/app/src/boot/globalShortcut.ts +++ b/app/src/boot/globalShortcut.ts @@ -822,6 +822,8 @@ export const globalShortcut = (app: App) => { } }); if (matchCommand) { + event.stopPropagation(); + event.preventDefault(); return true; }