Skip to content

Commit

Permalink
set to 0 milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
joduplessis committed Jun 14, 2024
1 parent aed210c commit b14019c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/modal/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Modal = forwardRef((props: ModalProps, ref) => {
footerProps = {},
bodyProps = {},
dismissOnEscape = true,
__focusTrapTimeoutDelay = 100,
__focusTrapTimeoutDelay = 0,
focusTrap = false,
anchor = 'middle-center',
isVisible = false,
Expand Down

0 comments on commit b14019c

Please sign in to comment.