idk
This commit is contained in:
parent
598afab08b
commit
5abddb0a22
|
|
@ -46,10 +46,6 @@ const DialogContent = React.forwardRef<
|
|||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
}}
|
||||
onOpenAutoFocus={(e) => {
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
}}
|
||||
{...props}
|
||||
>
|
||||
{children}
|
||||
|
|
|
|||
Loading…
Reference in New Issue