mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 06:57:39 +08:00
Fix filter text box input
This commit is contained in:
parent
b6cb9d3229
commit
a1453eb9e1
@ -103,7 +103,7 @@ namespace osu.Game.Overlays.SearchableList
|
||||
|
||||
protected override bool OnFocus(InputState state)
|
||||
{
|
||||
Filter.Search.TriggerOnFocus();
|
||||
InputManager.ChangeFocus(Filter.Search);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user