File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -223,6 +223,8 @@ export class NavControllerBase extends Ion implements NavController {
223
223
this . _init = true ;
224
224
this . _trnsId = null ;
225
225
226
+ // ensure we're not transitioning here
227
+ this . setTransitioning ( false ) ;
226
228
this . _swipeBackCheck ( ) ;
227
229
// let's see if there's another to kick off
228
230
this . _nextTrns ( ) ;
@@ -749,6 +751,8 @@ export class NavControllerBase extends Ion implements NavController {
749
751
750
752
// it's safe to enable the app again
751
753
this . _app . setEnabled ( true ) ;
754
+ // mark ourselves as not transitioning - `deepLinker navchange` requires this
755
+ // TODO - probably could be resolved in a better way
752
756
this . setTransitioning ( false ) ;
753
757
754
758
if ( ! this . hasChild ( ) && opts . updateUrl !== false ) {
You can’t perform that action at this time.
0 commit comments