mirror of
https://github.com/ppy/osu.git
synced 2025-01-16 04:32:57 +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)
|
protected override bool OnFocus(InputState state)
|
||||||
{
|
{
|
||||||
Filter.Search.TriggerOnFocus();
|
InputManager.ChangeFocus(Filter.Search);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user