This commit is contained in:
Vanessa 2023-06-15 19:39:11 +08:00
parent e86d0ddd0a
commit b38863df8a

View file

@ -822,6 +822,8 @@ export const globalShortcut = (app: App) => {
}
});
if (matchCommand) {
event.stopPropagation();
event.preventDefault();
return true;
}