diff --git a/core/src/components/modal/gestures/swipe-to-close.ts b/core/src/components/modal/gestures/swipe-to-close.ts index 2b66e7eac24..e743f043f0d 100644 --- a/core/src/components/modal/gestures/swipe-to-close.ts +++ b/core/src/components/modal/gestures/swipe-to-close.ts @@ -308,6 +308,7 @@ export const createSwipeToCloseGesture = ( deltaY: detail.deltaY, velocityY: detail.velocityY, progress: calculateProgress(el, detail.deltaY), + snapBreakpoint: shouldComplete ? 0 : 1, }; onDragEnd(eventDetail);