Skip to content

Commit

Permalink
fix(router): route change detection
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Mar 26, 2018
1 parent b26a563 commit 9e9f2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/router/utils/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export async function writeNavState(root: HTMLElement|undefined, chain: RouteCha

// make sure we can continue interating the DOM, otherwise abort
if (!chain || index >= chain.length || !outlet) {
return direction === 0;
return changed;
}
await outlet.componentOnReady();

Expand Down

0 comments on commit 9e9f2a2

Please sign in to comment.