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 08f5a69 commit c1fecd5Copy full SHA for c1fecd5
modules/stores/URLStore.js
@@ -56,7 +56,7 @@ var URLStore = {
56
* Returns the value of the current URL path.
57
*/
58
getCurrentPath: function () {
59
- if (_location === 'history')
+ if (_location === 'history' || _location === 'disabledHistory')
60
return getWindowPath();
61
62
if (_location === 'hash')
0 commit comments