mirror of
https://github.com/discourse/discourse.git
synced 2026-08-19 01:14:56 -05:00
Currently navigating a long topic and then opening chat would cause the view to be scrolled to the bottom. Using `scrollTop` here ensures we correctly scroll to top. This had been incorrectly moved into `deactivate` during another change.