mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Fix some remaining usage of local InputManager instances
This commit is contained in:
@ -152,7 +152,7 @@ namespace osu.Game.Overlays.Chat
|
||||
|
||||
protected override void OnFocus(InputState state)
|
||||
{
|
||||
InputManager.ChangeFocus(search);
|
||||
GetContainingInputManager().ChangeFocus(search);
|
||||
base.OnFocus(state);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user