distilagency / starward

:boom: ReactJS Wordpress Boilerplate
27 stars 9 forks source link

Reset scroll position on route change #46

Closed samlogan closed 7 years ago

samlogan commented 7 years ago

client.jsx

Add to the onUpdate function

  // Reset scroll position
  window.scrollTo(0, 0);