mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
@@ -273,7 +273,7 @@ abstract class CommonRichTextPubPageState<T extends CommonRichTextPubPage>
|
||||
final res = await DynMentionPanel.onDynMention(
|
||||
context,
|
||||
offset: _mentionOffset,
|
||||
callback: (offset) => _mentionOffset = offset,
|
||||
onCachePos: (offset) => _mentionOffset = offset,
|
||||
);
|
||||
if (res != null) {
|
||||
if (res is MentionItem) {
|
||||
|
||||
Reference in New Issue
Block a user