mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-05 10:10:14 +08:00
fix RichTextField text replace
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -334,8 +334,8 @@ abstract class CommonRichTextPubPageState<T extends CommonRichTextPubPage>
|
||||
_onInsertUser(res, fromClick);
|
||||
} else if (res is Set<MentionItem>) {
|
||||
for (final e in res) {
|
||||
e.checked = false;
|
||||
_onInsertUser(e, fromClick);
|
||||
_onInsertUser(e..checked = false, fromClick);
|
||||
fromClick = true;
|
||||
}
|
||||
res.clear();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user