mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
renamed Listener() to Event()
This commit is contained in:
@@ -67,7 +67,7 @@ export default class NoteInfoWidget extends CollapsibleWidget {
|
||||
.attr("title", note.mime);
|
||||
}
|
||||
|
||||
entitiesReloadedListener({loadResults}) {
|
||||
entitiesReloadedEvent({loadResults}) {
|
||||
if (loadResults.isNoteReloaded(this.noteId)) {
|
||||
this.refresh();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user