fix(ui): Fix commands resetting the `StreamMessageInputController.value

This commit is contained in:
Salvatore Giordano
2022-06-08 15:06:13 +02:00
parent 7784515173
commit a16cb7afab
@@ -1221,7 +1221,7 @@ class StreamMessageInputState extends State<StreamMessageInput>
void _setCommand(Command c) { void _setCommand(Command c) {
_effectiveController _effectiveController
..clear() ..reset()
..command = c; ..command = c;
setState(() { setState(() {
_showCommandsOverlay = false; _showCommandsOverlay = false;