mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
refactoring of legacy js events
This commit is contained in:
@@ -43,6 +43,6 @@ function showInFullText(e) {
|
||||
}
|
||||
|
||||
|
||||
$showInFullTextButton.click(showInFullText);
|
||||
$showInFullTextButton.on('click', showInFullText);
|
||||
|
||||
utils.bindElShortcut($dialog, 'ctrl+return', showInFullText);
|
||||
|
||||
Reference in New Issue
Block a user