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 6e52c9f commit d4fac96Copy full SHA for d4fac96
src/Components/Web.JS/src/Services/NavigationEnhancement.ts
@@ -120,7 +120,8 @@ function onPopState(state: PopStateEvent) {
120
return;
121
}
122
123
- if (isSameUrlWithDifferentHash(currentContentUrl, location.href)) {
+ if (state.state == null && isSameUrlWithDifferentHash(currentContentUrl, location.href)) {
124
+ currentContentUrl = location.href;
125
126
127
0 commit comments