Skip to content

Commit

Permalink
disable swipe gesture by default (#2220)
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv authored and nguyenhoaidanh committed Sep 6, 2023
1 parent 59f746f commit b4a7aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function Modal({
transition = true,
zindex = 100,
borderRadius = '20px',
enableSwipeGesture = true,
enableSwipeGesture = false,
bypassScrollLock = false,
bypassFocusLock = false,
}: ModalProps) {
Expand Down

0 comments on commit b4a7aaa

Please sign in to comment.