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 a9ea2f4 commit c099027Copy full SHA for c099027
core/src/components/modal/gestures/sheet.ts
@@ -117,9 +117,8 @@ export const createSheetGesture = (
117
};
118
119
/**
120
- * Used when `expandToScroll` is disabled.
121
- * Changes the footer that is currently visible
122
- * @param footer - The footer to show
+ * Toggles the visible modal footer when `expandToScroll` is disabled.
+ * @param footer The footer to show.
123
*/
124
const swapFooterVisibility = (footer: 'original' | 'cloned') => {
125
const originalFooter = baseEl.querySelector('ion-footer') as HTMLIonFooterElement | null;
0 commit comments