Skip to content

Commit

Permalink
fix: open the timepicker on clicking the input after closing the time…
Browse files Browse the repository at this point in the history
…zone picker by clicking outside (#6522)
  • Loading branch information
ahmadshaheer authored Nov 25, 2024
1 parent b66328e commit c71351d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ function CustomTimePicker({
setOpen(newOpen);
if (!newOpen) {
setCustomDTPickerVisible?.(false);
setActiveView('datetime');
}
};

Expand Down

0 comments on commit c71351d

Please sign in to comment.