Skip to content

Commit

Permalink
focusTrap not needed in mSafari
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobkim9881 committed Feb 4, 2025
1 parent e37d564 commit 589f444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function ContactMethodDetailsPage({route}: ContactMethodDetailsPageProps) {
onEntryTransitionEnd={() => validateCodeFormRef.current?.focus?.()}
testID={ContactMethodDetailsPage.displayName}
focusTrapSettings={{
focusTrapOptions: !isMobileSafari()
focusTrapOptions: isMobileSafari()
? undefined
: {
// It is added because input form's focusing bothers transition animation:
Expand Down

0 comments on commit 589f444

Please sign in to comment.