diff --git a/apps/antalmanac/src/components/Calendar/CalendarRoot.tsx b/apps/antalmanac/src/components/Calendar/CalendarRoot.tsx index c7117020f..641f9b14a 100644 --- a/apps/antalmanac/src/components/Calendar/CalendarRoot.tsx +++ b/apps/antalmanac/src/components/Calendar/CalendarRoot.tsx @@ -164,8 +164,6 @@ export default function ScheduleCalendar(props: ScheduleCalendarProps) { setCurrentScheduleIndex(AppStore.getCurrentScheduleIndex()); setEventsInCalendar(AppStore.getEventsInCalendar()); setFinalEventsInCalendar(AppStore.getFinalEventsInCalendar()); - - handleClosePopover(); }; const updateScheduleNames = () => {