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 a50285c commit 9834ad4Copy full SHA for 9834ad4
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