This commit is contained in:
Maze Winther
2025-08-31 00:04:41 +02:00
parent 598afab08b
commit 5abddb0a22
-4
View File
@@ -46,10 +46,6 @@ const DialogContent = React.forwardRef<
e.stopPropagation();
e.preventDefault();
}}
onOpenAutoFocus={(e) => {
e.stopPropagation();
e.preventDefault();
}}
{...props}
>
{children}