Force Update after cache is resolved

This commit is contained in:
Ozan Tellioglu 2023-03-30 07:46:31 +02:00
parent d0afa53a24
commit 654a4b4fd6

View file

@ -35,6 +35,7 @@ export default class OZCalendarPlugin extends Plugin {
if (!this.initialScanCompleted) {
this.OZCALENDARDAYS_STATE = this.getNotesWithDates();
this.initialScanCompleted = true;
this.calendarForceUpdate();
}
});