Skip to content

Commit

Permalink
fix(core): reset allowPageChange after duplicated async back navigati…
Browse files Browse the repository at this point in the history
  • Loading branch information
peitschie committed Dec 12, 2022
1 parent 94ffca0 commit 6496851
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/modules/router/back.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ function loadBack(router, backParams, backOptions, ignorePageChange) {
!(options.reloadCurrent || options.reloadPrevious) &&
!router.params.allowDuplicateUrls
) {
router.allowPageChange = true;
return false;
}

Expand Down

0 comments on commit 6496851

Please sign in to comment.