You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first mention text will be started while the mention text is not ended, at this time the default builder didn't cut off the previous special text, which means there will be no new special text.
In some cases that special texts are incomplete or stacked, the incomplete one might prevent another special text been created.
Consider the following case:
#电子书 //<M 167328>@蒋菊</M>:转发 //<M 213288>@吴瀚</M>:转发
PoundText
#
#
MentionText
<M>
</M>
The first mention text will be started while the mention text is not ended, at this time the default builder didn't cut off the previous special text, which means there will be no new special text.
extended_text_library/lib/src/special_text_span_builder.dart
Lines 19 to 40 in 344b802
To avoid such case and not breakable too much, there can be a little trick that split the create method to implement this.
The text was updated successfully, but these errors were encountered: