Merge pull request #280 from GetStream/fix/giphy-keyboard

fix: Keyboard now closes when a command is enabled
This commit is contained in:
Salvatore Giordano
2021-02-25 13:57:40 +01:00
committed by GitHub
@@ -2008,6 +2008,7 @@ class MessageInputState extends State<MessageInput> {
if (_commandEnabled) {
text = '/${_chosenCommand.name} ' + text;
FocusScope.of(context).unfocus();
}
final attachments = [..._attachments.values];