tree change listener and others

This commit is contained in:
zadam
2020-01-29 21:38:58 +01:00
parent 439b45b0b8
commit b65631be7e
10 changed files with 140 additions and 49 deletions

View File

@@ -59,10 +59,4 @@ export default class TabAwareWidget extends BasicWidget {
this.activeTabChanged();
}
entitiesReloadedListener({loadResults}) {
if (loadResults.isNoteReloaded(this.noteId, this.componentId)) {
this.refreshWithNote(this.note, this.notePath);
}
}
}