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 1c08179 commit 96464b0Copy full SHA for 96464b0
app/concepts/matestack/ui/core/app/app.js
@@ -22,7 +22,7 @@ const componentDef = {
22
pathName: self.currentPathName,
23
search: self.currentSearch
24
}, document.location)){
25
- self.$store.dispatch("navigateTo", {url: document.location.pathname, backwards: true} );
+ self.$store.dispatch("navigateTo", {url: document.location.pathname + document.location.search, backwards: true} );
26
}
27
})
28
},
0 commit comments