fix richtextfield

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-01 13:35:27 +08:00
parent 6f2570c5be
commit a231492f49
4 changed files with 34 additions and 17 deletions

View File

@@ -198,4 +198,7 @@ class _ReplyPageState extends CommonRichTextPubPageState<LiveSendDmPanel> {
SmartDialog.showToast(res['msg']);
}
}
@override
void onMention([bool fromClick = false]) {}
}