mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Add Schedule
to restore password text box focus behaviour
This commit is contained in:
@ -389,7 +389,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
|
|||||||
{
|
{
|
||||||
base.LoadComplete();
|
base.LoadComplete();
|
||||||
|
|
||||||
GetContainingInputManager().ChangeFocus(passwordTextbox);
|
Schedule(() => GetContainingInputManager().ChangeFocus(passwordTextbox));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user