mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
put tabContext into frontend script API
This commit is contained in:
@@ -235,7 +235,7 @@ class TabContext {
|
||||
this.$savedIndicator.fadeIn();
|
||||
|
||||
// run async
|
||||
bundleService.executeRelationBundles(this.note, 'runOnNoteChange');
|
||||
bundleService.executeRelationBundles(this.note, 'runOnNoteChange', this);
|
||||
}
|
||||
|
||||
async saveNoteIfChanged() {
|
||||
|
||||
Reference in New Issue
Block a user