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
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ public void ShowWithSearch(string query)
{
filterControl.Search(query);
Show();
ScrollFlow.ScrollToStart();
}
protected override BeatmapListingHeader CreateHeader() => new BeatmapListingHeader();