fix: Button is no longer blue when chip is auto added
This commit is contained in:
@@ -298,7 +298,7 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
if(matchedCommandsList.length == 1) {
|
if(matchedCommandsList.length == 1) {
|
||||||
_chosenCommand = matchedCommandsList[0];
|
_chosenCommand = matchedCommandsList[0];
|
||||||
textEditingController.clear();
|
textEditingController.clear();
|
||||||
_typingStarted = false;
|
_messageIsPresent = false;
|
||||||
setState(() {
|
setState(() {
|
||||||
_commandEnabled = true;
|
_commandEnabled = true;
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user