Skip to content

Commit c099027

Browse files
Update core/src/components/modal/gestures/sheet.ts
Co-authored-by: Brandy Smith <[email protected]>
1 parent a9ea2f4 commit c099027

File tree

1 file changed

+2
-3
lines changed
  • core/src/components/modal/gestures

1 file changed

+2
-3
lines changed

core/src/components/modal/gestures/sheet.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@ export const createSheetGesture = (
117117
};
118118

119119
/**
120-
* Used when `expandToScroll` is disabled.
121-
* Changes the footer that is currently visible
122-
* @param footer - The footer to show
120+
* Toggles the visible modal footer when `expandToScroll` is disabled.
121+
* @param footer The footer to show.
123122
*/
124123
const swapFooterVisibility = (footer: 'original' | 'cloned') => {
125124
const originalFooter = baseEl.querySelector('ion-footer') as HTMLIonFooterElement | null;

0 commit comments

Comments
 (0)