tweak chat scroll issue

This commit is contained in:
Kali 2021-10-28 02:55:38 -07:00
parent fef9fd5893
commit 768911aebe

View File

@ -135,7 +135,7 @@ impl<'a> Chat<'a> {
.widget(state.ids.message_box)
.and_then(|widget| widget.maybe_y_scroll_state)
{
scroll.offset >= scroll.offset_bounds.start
scroll.offset + 50.0 >= scroll.offset_bounds.start
} else {
false
}