Vanessa 2023-12-28 19:36:42 +08:00
parent f781d2d183
commit 62a7a36d3c
5 changed files with 8 additions and 4 deletions

View file

@ -1260,7 +1260,7 @@ export const windowKeyDown = (app: App, event: KeyboardEvent) => {
return;
}
if (matchHotKey(window.siyuan.config.keymap.general.lockScreen.custom, event)) {
lockScreen();
lockScreen(app);
event.preventDefault();
return;
}