mirror of
https://github.com/ozntel/oz-calendar.git
synced 2026-07-22 07:40:24 +00:00
Force Update after cache is resolved
This commit is contained in:
parent
d0afa53a24
commit
654a4b4fd6
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ export default class OZCalendarPlugin extends Plugin {
|
|||
if (!this.initialScanCompleted) {
|
||||
this.OZCALENDARDAYS_STATE = this.getNotesWithDates();
|
||||
this.initialScanCompleted = true;
|
||||
this.calendarForceUpdate();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue