diff --git a/src/public/app/widgets/note_paths.js b/src/public/app/widgets/note_paths.js index 7c4ceb149..6ea8e1a1b 100644 --- a/src/public/app/widgets/note_paths.js +++ b/src/public/app/widgets/note_paths.js @@ -158,7 +158,9 @@ export default class NotePathsWidget extends TabAwareWidget { } entitiesReloadedEvent({loadResults}) { - if (loadResults.getBranches().find(branch => branch.noteId === this.noteId)) { + if (loadResults.getBranches().find(branch => branch.noteId === this.noteId) + || loadResults.isNoteReloaded(this.noteId)) { + this.refresh(); } }