Skip to content

refactor(clerk-js): Introduce <Drawer.Confirmation /> component #5376

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
visuallyHiddenDismiss
  • Loading branch information
alexcarpenter committed Mar 17, 2025
commit eb4f8a79420a8da187e9ec6f3e6205c72a34c53c
1 change: 1 addition & 0 deletions packages/clerk-js/src/ui/elements/Drawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ const Confirmation = React.forwardRef<HTMLDivElement, ConfirmationProps>(({ open
modal
outsideElementsInert
initialFocus={refs.floating}
visuallyHiddenDismiss
>
<Box
ref={mergedRefs}
Expand Down
Loading