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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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)