mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Fix beatmap listing not entering correct search mode when arriving before LoadComplete
This commit is contained in:
@ -143,7 +143,7 @@ namespace osu.Game.Overlays.BeatmapListing
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void Search(string query)
|
public void Search(string query)
|
||||||
=> searchControl.Query.Value = query;
|
=> Schedule(() => searchControl.Query.Value = query);
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user