mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix derp
This commit is contained in:
@@ -304,7 +304,7 @@ export class NavController extends Ion {
|
||||
}
|
||||
|
||||
if (this.isTransitioning()) {
|
||||
return Promise.reject('nav controller actively transitioning';
|
||||
return Promise.reject('nav controller actively transitioning');
|
||||
}
|
||||
|
||||
this.setTransitioning(true, 500);
|
||||
|
||||
Reference in New Issue
Block a user