mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 12:55:55 +01:00
refactoring of legacy js events
This commit is contained in:
@@ -19,7 +19,7 @@ class NoteDetailCode {
|
||||
|
||||
utils.bindElShortcut(ctx.$tabContent, "ctrl+return", () => this.executeCurrentNote());
|
||||
|
||||
this.$executeScriptButton.click(() => this.executeCurrentNote());
|
||||
this.$executeScriptButton.on('click', () => this.executeCurrentNote());
|
||||
}
|
||||
|
||||
async render() {
|
||||
|
||||
Reference in New Issue
Block a user