mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 05:15:59 +01:00
small fixes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user