diff --git a/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs b/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs index 9fa77dc9ca..bd565a91f9 100644 --- a/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs +++ b/Content.Client/UserInterface/Systems/Chat/ChatUIController.cs @@ -630,7 +630,7 @@ public sealed class ChatUIController : UIController box.ChatInput.Input.Clear(); box.UpdateSelectedChannel(); - box.ChatInput.ReleaseKeyboardFocus(); + box.ChatInput.Input.ReleaseKeyboardFocus(); } private void OnChatMessage(MsgChatMessage msg)