Skip to content

Commit

Permalink
Merge pull request #43978 from software-mansion-labs/fix-cmd-d-crash
Browse files Browse the repository at this point in the history
[CP Staging] Fix CMD+D crash

(cherry picked from commit c89111e)
  • Loading branch information
Beamanator authored and OSBotify committed Jun 19, 2024
1 parent ecf86c5 commit c2bae09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/FocusTrap/FocusTrapForModal/index.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ function FocusTrapForModal({children, active}: FocusTrapForModalProps) {
trapStack: sharedTrapStack,
allowOutsideClick: true,
initialFocus: false,
fallbackFocus: document.body,
}}
>
{children}
Expand Down

0 comments on commit c2bae09

Please sign in to comment.