mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 19:05:59 +01:00
make sure all keyboard shortcuts use utility methods to not break mobile frontend
This commit is contained in:
@@ -53,7 +53,7 @@ async function sendForm() {
|
||||
|
||||
$importButton.click(sendForm);
|
||||
|
||||
$dialog.bind('keydown', 'ctrl+return', sendForm);
|
||||
utils.bindElShortcut($dialog, 'ctrl+return', sendForm);
|
||||
|
||||
// for CKEditor integration (button on block toolbar)
|
||||
window.glob.importMarkdownInline = importMarkdownInline;
|
||||
|
||||
Reference in New Issue
Block a user