fix update vote

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-04 23:17:32 +08:00
parent 83459df3b7
commit 0f1665bf08
2 changed files with 9 additions and 7 deletions

View File

@@ -327,7 +327,7 @@ abstract class CommonRichTextPubPageState<T extends CommonRichTextPubPage>
editController
..syncRichText(delta)
..value = newValue.copyWith(selection: editController.newSelection);
..value = newValue;
} else {
editController.value = TextEditingValue(
text: text,