small fixes

This commit is contained in:
zadam
2020-02-17 22:47:50 +01:00
parent f2cf361acf
commit d288c1b052
2 changed files with 8 additions and 2 deletions

View File

@@ -88,4 +88,10 @@ export default class NotePathsWidget extends TabAwareWidget {
this.$notePathList.append(noteLink);
}
entitiesReloadedEvent({loadResults}) {
if (loadResults.getBranches().find(branch => branch.noteId === this.noteId)) {
this.refresh();
}
}
}