Force Update after Create File

This commit is contained in:
Ozan Tellioglu 2023-04-01 00:39:12 +02:00
parent 829d919f52
commit 3914972d9a

View file

@ -271,6 +271,7 @@ export default class OZCalendarPlugin extends Plugin {
this.OZCALENDARDAYS_STATE[parsedDayISOString] = [file.path];
}
}
this.calendarForceUpdate();
}
};