Skip to content

Commit

Permalink
fix: move date time picker to click rather than hover
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Jun 20, 2024
1 parent 64e06ab commit f8d7af6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ function CustomTimePicker({
)
}
arrow={false}
trigger="hover"
trigger="click"
open={open}
onOpenChange={handleOpenChange}
style={{
Expand Down

0 comments on commit f8d7af6

Please sign in to comment.