mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Fix filter text box input
This commit is contained in:
@ -103,7 +103,7 @@ namespace osu.Game.Overlays.SearchableList
|
||||
|
||||
protected override bool OnFocus(InputState state)
|
||||
{
|
||||
Filter.Search.TriggerOnFocus();
|
||||
InputManager.ChangeFocus(Filter.Search);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user