1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-26 00:12:28 +08:00

Merge pull request #20937 from Joehuu/listing-scroll-to-top-tags/source

Scroll beatmap listing to top when searching via tags/source
This commit is contained in:
Dean Herbert
2022-10-26 11:37:09 +09:00
committed by GitHub
Unverified
@@ -115,6 +115,7 @@ namespace osu.Game.Overlays
{
filterControl.Search(query);
Show();
ScrollFlow.ScrollToStart();
}
protected override BeatmapListingHeader CreateHeader() => new BeatmapListingHeader();