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 66a6812 commit 41ad9afCopy full SHA for 41ad9af
src/lib/url-sync.js
@@ -128,6 +128,7 @@ class URLSync {
128
}
129
130
onPopState(helper, fullState) {
131
+ clearTimeout(this.urlUpdateTimeout);
132
// compare with helper.state
133
const partialHelperState = helper.getState(this.trackedParameters);
134
const fullHelperState = assign({}, this.originalConfig, partialHelperState);
0 commit comments