diff --git a/src/main.ts b/src/main.ts index ca8308a..95f5a2d 100644 --- a/src/main.ts +++ b/src/main.ts @@ -35,6 +35,7 @@ export default class OZCalendarPlugin extends Plugin { if (!this.initialScanCompleted) { this.OZCALENDARDAYS_STATE = this.getNotesWithDates(); this.initialScanCompleted = true; + this.calendarForceUpdate(); } });