mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-31 01:28:31 -06: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