fix URL replace scroll behavior

main
Mike Fix 4 years ago
parent 090481bdb9
commit c5fa086ef8
No known key found for this signature in database
GPG Key ID: 1D85E862314CA79F

@ -185,6 +185,6 @@ export const updateRouteState = (router, state) => {
pathname: router.pathname,
query: mappedState,
},
{ shallow: true }
{ shallow: true, scroll: false }
)
}

Loading…
Cancel
Save