fix: update calendar agenda view to auto-scroll to today's events and ensure today's date is included in the groups
This commit is contained in:
@@ -655,6 +655,7 @@ export const useCalendarStore = create<CalendarStore>()(
|
||||
|
||||
return {
|
||||
...mergedState,
|
||||
selectedDate: new Date(),
|
||||
viewMode: getSafeCalendarViewMode(mergedState.viewMode),
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user