Files
zulip/static/js/message_scroll.js
Aman Agrawal a0f42edaa2 message_scroll: Only run scroll_finished when RT is not visible.
We didn't use to control how `active` class is set on
`#message_feed_container`. It was done by bootstrap on its own
and it doesn't even matter if `message_feed_container` is visible
for it to have `active` class according to bootstrap. So, we only
run `scroll_finished` when recent topics is not visible which
seems logical.
2022-11-22 13:55:21 -08:00

9.2 KiB