This commit is contained in:
zadam
2020-01-25 13:46:55 +01:00
parent 7cad386a56
commit 516e6c35da
5 changed files with 13 additions and 23 deletions

View File

@@ -560,7 +560,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
});
if (noteIdsToRefresh.size > 0) {
appContext.trigger('reloadNotes', {noteIds: Array.from(noteIdsToRefresh)});
this.appContext.trigger('reloadNotes', {noteIds: Array.from(noteIdsToRefresh)});
}
}