mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 08:45:50 +01:00
add symbol to shared notes in the tree
This commit is contained in:
@@ -50,5 +50,8 @@ export default class SharedInfoWidget extends NoteContextAwareWidget {
|
||||
if (loadResults.getAttributes().find(attr => attr.name.startsWith("share") && attributeService.isAffecting(attr, this.note))) {
|
||||
this.refresh();
|
||||
}
|
||||
else if (loadResults.getBranches().find(branch => branch.noteId === this.noteId)) {
|
||||
this.refresh();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user