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) {
|
void _setCommand(Command c) {
|
||||||
_effectiveController
|
_effectiveController
|
||||||
..clear()
|
..reset()
|
||||||
..command = c;
|
..command = c;
|
||||||
setState(() {
|
setState(() {
|
||||||
_showCommandsOverlay = false;
|
_showCommandsOverlay = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user