mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
@@ -450,7 +450,7 @@ export class NavController extends Ion {
|
||||
return done();
|
||||
}
|
||||
|
||||
this._setZIndex(enteringView.instance, leavingView.instance, opts.direction);
|
||||
this._setZIndex(enteringView.instance, leavingView && leavingView.instance, opts.direction);
|
||||
|
||||
this._zone.runOutsideAngular(() => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user