From 222190f9b8d9b6f88ed7625ff8b0c3ac5ca86c14 Mon Sep 17 00:00:00 2001 From: KumJungMin <37934668+KumJungMin@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:47:58 +0900 Subject: [PATCH] chore: revert unworked code (#7336) --- components/lib/calendar/Calendar.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/lib/calendar/Calendar.js b/components/lib/calendar/Calendar.js index c092dcc118..a624cc6c3e 100644 --- a/components/lib/calendar/Calendar.js +++ b/components/lib/calendar/Calendar.js @@ -1735,7 +1735,6 @@ export const Calendar = React.memo( if (props.hideOnRangeSelection && endDate !== null) { setTimeout(() => { setOverlayVisibleState(false); - isOverlayClicked.current = false; }, 150); } } else {