mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 08:46:43 +01:00
moved dialog entrypoints into bootstrap, fixes
This commit is contained in:
@@ -94,8 +94,6 @@ async function execute(e) {
|
||||
}
|
||||
}
|
||||
|
||||
$(document).bind('keydown', 'alt+o', showDialog);
|
||||
|
||||
$query.bind('keydown', 'ctrl+return', execute);
|
||||
|
||||
$executeButton.click(execute);
|
||||
|
||||
Reference in New Issue
Block a user