added date services to ETAPI

This commit is contained in:
zadam
2022-01-05 19:25:17 +01:00
parent e3114e0602
commit 82b2871a08
8 changed files with 293 additions and 60 deletions

View File

@@ -36,7 +36,11 @@ export default class RootContainer extends FlexContainer {
this.refresh();
}
noteTypeMimeChangedEvent() {
this.refresh();
entitiesReloadedEvent({loadResults}) {
const note = appContext.tabManager.getActiveContextNote();
if (note && loadResults.isNoteReloaded(note.noteId)) {
this.refresh();
}
}
}