mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
@ -708,7 +708,7 @@ export class Modal implements ComponentInterface, OverlayInterface {
|
|||||||
|
|
||||||
this.currentTransition = dismiss(this, data, role, 'modalLeave', iosLeaveAnimation, mdLeaveAnimation, {
|
this.currentTransition = dismiss(this, data, role, 'modalLeave', iosLeaveAnimation, mdLeaveAnimation, {
|
||||||
presentingEl: this.presentingElement,
|
presentingEl: this.presentingElement,
|
||||||
currentBreakpoint: this.currentBreakpoint !== undefined || this.initialBreakpoint,
|
currentBreakpoint: this.currentBreakpoint ?? this.initialBreakpoint,
|
||||||
backdropBreakpoint: this.backdropBreakpoint,
|
backdropBreakpoint: this.backdropBreakpoint,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user