mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
When a user enters a topic they have already visited they are navigated to that post that is newest for them (post_number_last_read + 1). Above that post there is a "last visited" line marker which is visible when the user scrolls a bit above the post they landed on. This commit makes sure that the "last visited" line marker is visible as soon as user is landed in the topic.