mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
make sure all keyboard shortcuts use utility methods to not break mobile frontend
This commit is contained in:
@@ -127,7 +127,7 @@ async function showTables() {
|
||||
}
|
||||
}
|
||||
|
||||
$query.bind('keydown', 'ctrl+return', execute);
|
||||
utils.bindElShortcut($query, 'ctrl+return', execute);
|
||||
|
||||
$executeButton.click(execute);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user