mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-07-12 04:10:12 +08:00
fix RichTextField text replace
Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
@@ -332,8 +332,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