1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-19 05:57:19 +08:00

Scroll beatmap listing to top when searching via tags/source

This commit is contained in:
Joseph Madamba 2022-10-25 18:06:49 -07:00
parent 181c7d1d6e
commit 8505848b1a

View File

@ -115,6 +115,7 @@ namespace osu.Game.Overlays
{
filterControl.Search(query);
Show();
ScrollFlow.ScrollToStart();
}
protected override BeatmapListingHeader CreateHeader() => new BeatmapListingHeader();