Skip to content

Commit

Permalink
add _recurringEventsList to the list of lists being cleared.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Jan 6, 2025
1 parent 8a2797a commit 58d7d91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/event_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -628,6 +628,7 @@ class CalendarData<T extends Object?> {
_rangingEventList.clear();
_singleDayEvents.clear();
_eventList.clear();
_recurringEventsList.clear();
}
//#endregion
}

0 comments on commit 58d7d91

Please sign in to comment.