Skip to content

Commit 433f563

Browse files
Update core/src/components/modal/animations/md.leave.ts
Co-authored-by: Brandy Smith <[email protected]>
1 parent bbbdb87 commit 433f563

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/components/modal/animations/md.leave.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ export const mdLeaveAnimation = (baseEl: HTMLElement, opts: ModalAnimationOption
4242
/**
4343
* If expandToScroll is disabled, we need to swap
4444
* the visibility to the original, so the footer
45-
* dismisses with the modal and doesn't stay
46-
* until the modal is removed from the DOM.
45+
* dismisses with the modal and doesn't stay
46+
* until the modal is removed from the DOM.
4747
*/
4848
const ionFooter = baseEl.querySelector('ion-footer');
4949
if (ionFooter) {

0 commit comments

Comments
 (0)