chore: close emoji picker on send message (#5336)
This commit is contained in:
parent
baa9324229
commit
3fa027f702
1 changed files with 3 additions and 0 deletions
|
|
@ -952,6 +952,9 @@ class ChatController extends State<ChatPageWithRoom>
|
|||
}
|
||||
|
||||
final previousEdit = editEvent;
|
||||
if (showEmojiPicker) {
|
||||
hideEmojiPicker();
|
||||
}
|
||||
|
||||
room
|
||||
.pangeaSendTextEvent(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue