mirror of
https://github.com/discourse/discourse.git
synced 2025-04-11 09:10:51 +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.