mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 14:17:26 +08:00
Fix chat scroll sticking visually when scrolling beyond bottom extent
This commit is contained in:
parent
b9b0623c83
commit
699a317b44
@ -275,7 +275,8 @@ namespace osu.Game.Overlays.Chat
|
||||
{
|
||||
if (!UserScrolling)
|
||||
{
|
||||
ScrollToEnd();
|
||||
if (Current < ScrollableExtent)
|
||||
ScrollToEnd();
|
||||
lastExtent = ScrollableExtent;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user