fix: Button is no longer blue when chip is auto added

This commit is contained in:
Deven Joshi
2020-10-27 12:00:13 +05:30
parent 41e75ca9cd
commit e48fdef1b0
+1 -1
View File
@@ -298,7 +298,7 @@ class MessageInputState extends State<MessageInput> {
if(matchedCommandsList.length == 1) {
_chosenCommand = matchedCommandsList[0];
textEditingController.clear();
_typingStarted = false;
_messageIsPresent = false;
setState(() {
_commandEnabled = true;
});