mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
message_viewport: Rename at_bottom for clarity.
This commit is contained in:
@@ -88,7 +88,7 @@ export function scroll_finished() {
|
||||
});
|
||||
}
|
||||
|
||||
if (message_viewport.at_bottom()) {
|
||||
if (message_viewport.at_rendered_bottom()) {
|
||||
message_fetch.maybe_load_newer_messages({
|
||||
msg_list: message_lists.current,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user