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') {
|
||||
direction = this.guessDirection;
|
||||
animated = this.guessAnimation;
|
||||
console.debug('[nav-controller] guessed nav direction', direction, 'animated', animated);
|
||||
} else {
|
||||
animated = this.animated;
|
||||
direction = this.direction;
|
||||
|
Reference in New Issue
Block a user