Merge branch 'fix'

This commit is contained in:
guozhigq
2024-06-16 18:43:33 +08:00
2 changed files with 2 additions and 3 deletions

View File

@ -117,6 +117,7 @@ class _VideoReplyNewDialogState extends State<VideoReplyNewDialog>
final String newText = currentText.substring(0, cursorPosition) +
emote.text! +
currentText.substring(cursorPosition);
message.value = newText;
_replyContentController.value = TextEditingValue(
text: newText,
selection: