From 654a4b4fd642aa3e759101f187f74c64b67fdf3d Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Thu, 30 Mar 2023 07:46:31 +0200 Subject: [PATCH] Force Update after cache is resolved --- src/main.ts | 1 + 1 file changed, 1 insertion(+) 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(); } });