Fix not releasing chat focus after sending a message (#11865)

This commit is contained in:
DrSmugleaf
2022-10-12 14:53:15 +02:00
committed by GitHub
parent 09449dfca8
commit bc36d81586

View File

@@ -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)