chore(): sync with main:

This commit is contained in:
Liam DeBeasi
2022-10-11 11:38:27 -04:00
464 changed files with 2022 additions and 2820 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 || this.initialBreakpoint,
currentBreakpoint: this.currentBreakpoint !== undefined || this.initialBreakpoint,
backdropBreakpoint: this.backdropBreakpoint,
});