mirror of
https://github.com/discourse/discourse.git
synced 2025-02-07 11:58:27 +00:00
4d1bc3a491
Scrolling was not working as expected after clicking the browser back button and navigating back to the tag topic list. We need to wrap the scroll inside a debounce function to ensure that the "window.pageYOffset" property is populated before our function runs.