Merge pull request #280 from GetStream/fix/giphy-keyboard
fix: Keyboard now closes when a command is enabled
This commit is contained in:
@@ -2008,6 +2008,7 @@ class MessageInputState extends State<MessageInput> {
|
||||
|
||||
if (_commandEnabled) {
|
||||
text = '/${_chosenCommand.name} ' + text;
|
||||
FocusScope.of(context).unfocus();
|
||||
}
|
||||
|
||||
final attachments = [..._attachments.values];
|
||||
|
||||
Reference in New Issue
Block a user