We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecd631 commit 8e5cf9dCopy full SHA for 8e5cf9d
src/index.js
@@ -383,10 +383,6 @@ class Router {
383
let currentRoute = this._currentRoute
384
let currentTransition = this._currentTransition
385
386
- // the route only changes when a transition successfully
387
- // reaches activation; we don't need to do anything
388
- // if an ongoing transition is aborted during validation
389
- // phase.
390
if (currentTransition) {
391
if (currentTransition.to.path === path) {
392
// do nothing if we have an active transition going to the same path
0 commit comments