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