Skip to content

Commit 0dfbde9

Browse files
Revert "fix(router): Clear internal transition when navigation finalizes (#54261)" (#54317)
This reverts commit 6681292. PR Close #54317
1 parent f39cb06 commit 0dfbde9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/router/src/navigation_transition.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,6 @@ export class NavigationTransitions {
688688
// finalized.
689689
if (this.currentNavigation?.id === overallTransitionState.id) {
690690
this.currentNavigation = null;
691-
this.currentTransition = null;
692691
}
693692
}),
694693
catchError((e) => {

0 commit comments

Comments
 (0)