mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-03 03:01:52 +02:00
Stop propagation of mousedown on modal
This commit is contained in:
parent
654c300430
commit
53906b1acf
2 changed files with 6 additions and 4 deletions
|
@ -54,9 +54,6 @@ const TimePicker: React.VoidFunctionComponent<TimePickerProps> = ({
|
|||
key={i}
|
||||
className={styleMenuItem}
|
||||
value={optionValue.toISOString()}
|
||||
onMouseDown={(e: React.MouseEvent<HTMLLIElement>) =>
|
||||
e.stopPropagation()
|
||||
}
|
||||
>
|
||||
{format(optionValue, "p")}
|
||||
</Combobox.Option>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue