We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 917b261 commit 25ed124Copy full SHA for 25ed124
core/src/components/modal/gestures/sheet.ts
@@ -245,16 +245,6 @@ export const createSheetGesture = (
245
targetEl && isIonContent(targetEl) ? getElementRoot(targetEl).querySelector('.inner-scroll') : targetEl;
246
}
247
248
- /**
249
- * If expandToScroll is disabled, we need to swap
250
- * the footer visibility to the original, so if the modal
251
- * is dismissed, the footer dismisses with the modal
252
- * and doesn't stay on the screen after the modal is gone.
253
- */
254
- if (!expandToScroll) {
255
- swapFooterVisibility('original');
256
- }
257
-
258
/**
259
* If we are pulling down, then it is possible we are pulling on the content.
260
* We do not want scrolling to happen at the same time as the gesture.
0 commit comments