chore(): sync with main

This commit is contained in:
Liam DeBeasi
2022-10-14 13:03:15 -04:00
113 changed files with 663 additions and 996 deletions

View File

@ -665,7 +665,7 @@ export class Modal implements ComponentInterface, OverlayInterface {
this.currentTransition = dismiss(this, data, role, 'modalLeave', iosLeaveAnimation, mdLeaveAnimation, {
presentingEl: presentingElement,
currentBreakpoint: this.currentBreakpoint !== undefined || this.initialBreakpoint,
currentBreakpoint: this.currentBreakpoint ?? this.initialBreakpoint,
backdropBreakpoint: this.backdropBreakpoint,
});