Fix being unable to focus chat with hotkey.
This commit is contained in:
@@ -203,7 +203,7 @@ namespace Content.Client.GameTicking
|
|||||||
_inputManager.SetInputCommand(ContentKeyFunctions.FocusChat,
|
_inputManager.SetInputCommand(ContentKeyFunctions.FocusChat,
|
||||||
InputCmdHandler.FromDelegate(session =>
|
InputCmdHandler.FromDelegate(session =>
|
||||||
{
|
{
|
||||||
_lobby.Chat.Input.IgnoreNext = true;
|
_gameChat.Input.IgnoreNext = true;
|
||||||
_gameChat.Input.GrabKeyboardFocus();
|
_gameChat.Input.GrabKeyboardFocus();
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user