fix(ui): Fix commands resetting the `StreamMessageInputController.value
This commit is contained in:
@@ -1221,7 +1221,7 @@ class StreamMessageInputState extends State<StreamMessageInput>
|
||||
|
||||
void _setCommand(Command c) {
|
||||
_effectiveController
|
||||
..clear()
|
||||
..reset()
|
||||
..command = c;
|
||||
setState(() {
|
||||
_showCommandsOverlay = false;
|
||||
|
||||
Reference in New Issue
Block a user