mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(activator): ensure links active during transition
This commit is contained in:
@@ -14,8 +14,8 @@ export class Transition extends Animation {
|
||||
super();
|
||||
|
||||
// get the entering and leaving items
|
||||
let enteringView = this.entering = nav.getStagedenteringView();
|
||||
let leavingView = this.leaving = nav.getStagedleavingView();
|
||||
let enteringView = this.entering = nav.getStagedEnteringView();
|
||||
let leavingView = this.leaving = nav.getStagedLeavingView();
|
||||
|
||||
// create animation for the entering item's "ion-view" element
|
||||
this.enteringView = new Animation(enteringView.viewElementRef());
|
||||
|
||||
Reference in New Issue
Block a user