mirror of
https://github.com/discourse/discourse.git
synced 2025-06-25 01:30:17 +08: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.