1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 17:32:54 +08:00

Add Schedule to restore password text box focus behaviour

This commit is contained in:
Dean Herbert 2021-07-14 23:56:52 +09:00
parent cc09a8b5ba
commit 9d693c75cf

View File

@ -389,7 +389,7 @@ namespace osu.Game.Screens.OnlinePlay.Lounge.Components
{
base.LoadComplete();
GetContainingInputManager().ChangeFocus(passwordTextbox);
Schedule(() => GetContainingInputManager().ChangeFocus(passwordTextbox));
}
}
}