Skip to content

Commit 58d7d91

Browse files
committed
add _recurringEventsList to the list of lists being cleared.
1 parent 8a2797a commit 58d7d91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/event_controller.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,6 +628,7 @@ class CalendarData<T extends Object?> {
628628
_rangingEventList.clear();
629629
_singleDayEvents.clear();
630630
_eventList.clear();
631+
_recurringEventsList.clear();
631632
}
632633
//#endregion
633634
}

0 commit comments

Comments
 (0)