Skip to content

Commit

Permalink
fix: colorpicker no longer closes on click (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored and MinhxNguyen7 committed Jan 26, 2024
1 parent b80540e commit 468aea8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/antalmanac/src/components/Calendar/CalendarRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ export default function ScheduleCalendar(props: ScheduleCalendarProps) {
setCurrentScheduleIndex(AppStore.getCurrentScheduleIndex());
setEventsInCalendar(AppStore.getEventsInCalendar());
setFinalEventsInCalendar(AppStore.getFinalEventsInCalendar());

handleClosePopover();
};

const updateScheduleNames = () => {
Expand Down

0 comments on commit 468aea8

Please sign in to comment.