From 8df09c842576e393901a660fea1d60e5ce134eeb Mon Sep 17 00:00:00 2001 From: KumJungMin Date: Mon, 14 Oct 2024 20:41:55 +0900 Subject: [PATCH] chore: revert unworked code --- 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 {