@@ -1198,8 +1198,8 @@ class MessageInputState extends State<MessageInput> {
|
|||||||
|
|
||||||
textEditingController.value = TextEditingValue(
|
textEditingController.value = TextEditingValue(
|
||||||
text: rejoin +
|
text: rejoin +
|
||||||
textEditingController.text
|
textEditingController.text.substring(
|
||||||
.substring(textEditingController.selection.start,
|
textEditingController.selection.start,
|
||||||
),
|
),
|
||||||
selection: TextSelection.collapsed(
|
selection: TextSelection.collapsed(
|
||||||
offset: rejoin.length,
|
offset: rejoin.length,
|
||||||
|
|||||||
Reference in New Issue
Block a user