From 3914972d9ac48c3feb15414b0fd0ba80f2487863 Mon Sep 17 00:00:00 2001 From: Ozan Tellioglu Date: Sat, 1 Apr 2023 00:39:12 +0200 Subject: [PATCH] Force Update after Create File --- src/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.ts b/src/main.ts index 94f2347..1ef09ae 100644 --- a/src/main.ts +++ b/src/main.ts @@ -271,6 +271,7 @@ export default class OZCalendarPlugin extends Plugin { this.OZCALENDARDAYS_STATE[parsedDayISOString] = [file.path]; } } + this.calendarForceUpdate(); } };