mirror of
https://github.com/ppy/osu
synced 2025-01-17 11:30:52 +00:00
Fix beatmap listing not entering correct search mode when arriving before LoadComplete
This commit is contained in:
parent
ba0a158740
commit
437e01427c
@ -143,7 +143,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
||||
}
|
||||
|
||||
public void Search(string query)
|
||||
=> searchControl.Query.Value = query;
|
||||
=> Schedule(() => searchControl.Query.Value = query);
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user