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.
2 parents a50285c + 9834ad4 commit 43dcd42Copy full SHA for 43dcd42
src/history/html5.js
@@ -48,7 +48,7 @@ export default class HTML5History {
48
x: window.pageXOffset,
49
y: window.pageYOffset
50
}
51
- }, '')
+ }, '', location.href)
52
// then push new state
53
history.pushState({}, '', url)
54
0 commit comments