mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 11:50:15 +08:00
Unconditionally set "autoscroll" state
This commit is contained in:
@@ -261,8 +261,8 @@ namespace osu.Game.Overlays.Chat
|
||||
|
||||
if ((lastExtent == null || ScrollableExtent > lastExtent) && ShouldAutoScroll)
|
||||
ScrollToEnd();
|
||||
else
|
||||
ShouldAutoScroll = IsScrolledToEnd(auto_scroll_leniency);
|
||||
|
||||
ShouldAutoScroll = IsScrolledToEnd(auto_scroll_leniency);
|
||||
|
||||
lastExtent = ScrollableExtent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user