Skip to content

Commit

Permalink
chore: revert unworked code (#7336)
Browse files Browse the repository at this point in the history
  • Loading branch information
KumJungMin authored Oct 14, 2024
1 parent 57f2917 commit 222190f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/calendar/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -1735,7 +1735,6 @@ export const Calendar = React.memo(
if (props.hideOnRangeSelection && endDate !== null) {
setTimeout(() => {
setOverlayVisibleState(false);
isOverlayClicked.current = false;
}, 150);
}
} else {
Expand Down

0 comments on commit 222190f

Please sign in to comment.