Skip to content

Commit c2bae09

Browse files
BeamanatorOSBotify
authored andcommitted
Merge pull request #43978 from software-mansion-labs/fix-cmd-d-crash
[CP Staging] Fix CMD+D crash (cherry picked from commit c89111e)
1 parent ecf86c5 commit c2bae09

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/FocusTrap/FocusTrapForModal/index.web.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ function FocusTrapForModal({children, active}: FocusTrapForModalProps) {
1111
trapStack: sharedTrapStack,
1212
allowOutsideClick: true,
1313
initialFocus: false,
14+
fallbackFocus: document.body,
1415
}}
1516
>
1617
{children}

0 commit comments

Comments
 (0)