From 468aea84484b3916b42c91f90ebccc5364dd46a7 Mon Sep 17 00:00:00 2001 From: Kevin Wu Date: Sun, 7 Jan 2024 16:52:17 -0800 Subject: [PATCH] fix: colorpicker no longer closes on click (#851) --- apps/antalmanac/src/components/Calendar/CalendarRoot.tsx | 2 -- 1 file changed, 2 deletions(-) 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 = () => {