mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Merge pull request #12208 from peppy/fix-chat-scroll-stickiness
Fix chat scroll sticking visually when scrolling beyond bottom extent
This commit is contained in:
@ -275,6 +275,7 @@ namespace osu.Game.Overlays.Chat
|
|||||||
{
|
{
|
||||||
if (!UserScrolling)
|
if (!UserScrolling)
|
||||||
{
|
{
|
||||||
|
if (Current < ScrollableExtent)
|
||||||
ScrollToEnd();
|
ScrollToEnd();
|
||||||
lastExtent = ScrollableExtent;
|
lastExtent = ScrollableExtent;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user