From a3e037945ddef7db8f9162efc5fd550bbbe3dfcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Grimm?= Date: Thu, 29 Aug 2024 15:32:24 -0500 Subject: [PATCH] fix: Disable cross-frame focus lock --- src/modal/modal.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/modal/modal.tsx b/src/modal/modal.tsx index 560a5a660..f2bde5199 100644 --- a/src/modal/modal.tsx +++ b/src/modal/modal.tsx @@ -247,7 +247,12 @@ export function Modal({ onPointerDown={hideOnInteractOutside ? handleBackdropClick : undefined} ref={backdropRef} > - +