mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-23 18:17:38 +00:00
Fix broken search links
This commit is contained in:
parent
5892334acc
commit
00446de136
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ const urlEpic = (actions, state) => {
|
|||
return actions.pipe(
|
||||
map(() => Selectors.getUrl(state.value)),
|
||||
distinctUntilChanged(),
|
||||
startWith(window.location.pathname),
|
||||
startWith(window.location),
|
||||
tap((url) => {
|
||||
window.ga("set", "page", url);
|
||||
window.history.replaceState({}, Selectors.getPageTitle(state), url);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue