mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Scroll beatmap listing to top when searching via tags/source
This commit is contained in:
@ -115,6 +115,7 @@ namespace osu.Game.Overlays
|
||||
{
|
||||
filterControl.Search(query);
|
||||
Show();
|
||||
ScrollFlow.ScrollToStart();
|
||||
}
|
||||
|
||||
protected override BeatmapListingHeader CreateHeader() => new BeatmapListingHeader();
|
||||
|
Reference in New Issue
Block a user