mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
renamed Listener() to Event()
This commit is contained in:
@@ -67,7 +67,7 @@ export default class LinkMapWidget extends CollapsibleWidget {
|
||||
}
|
||||
}
|
||||
|
||||
entitiesReloadedListener({loadResults}) {
|
||||
entitiesReloadedEvent({loadResults}) {
|
||||
if (loadResults.getAttributes().find(attr => attr.type === 'relation' && (attr.noteId === this.noteId || attr.value === this.noteId))) {
|
||||
this.refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user