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:
parent
181c7d1d6e
commit
8505848b1a
@ -115,6 +115,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
filterControl.Search(query);
|
||||
Show();
|
||||
ScrollFlow.ScrollToStart();
|
||||
}
|
||||
|
||||
protected override BeatmapListingHeader CreateHeader() => new BeatmapListingHeader();
|
||||
|
Loading…
x
Reference in New Issue
Block a user