Skip to content

Commit

Permalink
Fix focus when clicking on input itself
Browse files Browse the repository at this point in the history
  • Loading branch information
jnowakow committed Jun 18, 2024
1 parent 8c512ee commit 2cbb330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FocusTrap/FocusTrapForModal/index.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function FocusTrapForModal({children, active}: FocusTrapForModalProps) {
active={active}
focusTrapOptions={{
trapStack: sharedTrapStack,
allowOutsideClick: true,
clickOutsideDeactivates: true,
initialFocus: false,
}}
>
Expand Down

0 comments on commit 2cbb330

Please sign in to comment.