mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
@@ -145,7 +145,6 @@ function bindShortcut(keyboardShortcut, handler) {
|
||||
}
|
||||
|
||||
$(document).bind('keydown', keyboardShortcut, e => {
|
||||
console.log(e);
|
||||
handler();
|
||||
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user