mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
@ -83,7 +83,6 @@ export class NavController {
|
|||||||
if (this.direction === 'auto') {
|
if (this.direction === 'auto') {
|
||||||
direction = this.guessDirection;
|
direction = this.guessDirection;
|
||||||
animated = this.guessAnimation;
|
animated = this.guessAnimation;
|
||||||
console.debug('[nav-controller] guessed nav direction', direction, 'animated', animated);
|
|
||||||
} else {
|
} else {
|
||||||
animated = this.animated;
|
animated = this.animated;
|
||||||
direction = this.direction;
|
direction = this.direction;
|
||||||
|
Reference in New Issue
Block a user