Fix not releasing chat focus after sending a message (#11865)
This commit is contained in:
@@ -630,7 +630,7 @@ public sealed class ChatUIController : UIController
|
|||||||
|
|
||||||
box.ChatInput.Input.Clear();
|
box.ChatInput.Input.Clear();
|
||||||
box.UpdateSelectedChannel();
|
box.UpdateSelectedChannel();
|
||||||
box.ChatInput.ReleaseKeyboardFocus();
|
box.ChatInput.Input.ReleaseKeyboardFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnChatMessage(MsgChatMessage msg)
|
private void OnChatMessage(MsgChatMessage msg)
|
||||||
|
|||||||
Reference in New Issue
Block a user