fix(modal): sheet animation works correctly if breakpoints value does not include 1 (#23927)

This commit is contained in:
Liam DeBeasi
2021-09-14 15:27:59 -04:00
committed by GitHub
parent 497537ac73
commit 414f24685c
6 changed files with 14 additions and 12 deletions

View File

@ -28,5 +28,4 @@ export interface ModalAnimationOptions {
presentingEl?: HTMLElement;
currentBreakpoint?: number;
backdropBreakpoint?: number;
sortedBreakpoints: number[];
}