put tabContext into frontend script API

This commit is contained in:
zadam
2019-05-29 21:48:48 +02:00
parent 890c00d4ba
commit 012a18be00
5 changed files with 6 additions and 6 deletions

View File

@@ -235,7 +235,7 @@ class TabContext {
this.$savedIndicator.fadeIn();
// run async
bundleService.executeRelationBundles(this.note, 'runOnNoteChange');
bundleService.executeRelationBundles(this.note, 'runOnNoteChange', this);
}
async saveNoteIfChanged() {