Skip to content

Commit 5abddb0

Browse files
committed
idk
1 parent 598afab commit 5abddb0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

apps/web/src/components/ui/dialog.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,6 @@ const DialogContent = React.forwardRef<
4646
e.stopPropagation();
4747
e.preventDefault();
4848
}}
49-
onOpenAutoFocus={(e) => {
50-
e.stopPropagation();
51-
e.preventDefault();
52-
}}
5349
{...props}
5450
>
5551
{children}

0 commit comments

Comments
 (0)