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 c7d03a5 commit 0edfac4Copy full SHA for 0edfac4
modules/locations/HistoryLocation.js
@@ -55,7 +55,7 @@ var HistoryLocation = {
55
56
if (_changeListeners.length === 0) {
57
if (window.addEventListener) {
58
- window.removeEventListener('popstate', onPopState);
+ window.removeEventListener('popstate', onPopState, false);
59
} else {
60
window.removeEvent('onpopstate', onPopState);
61
}
0 commit comments