Merge branch 'main' into design
This commit is contained in:
@ -700,9 +700,10 @@ InlineSpan buildContent(
|
|||||||
);
|
);
|
||||||
// 只显示一次
|
// 只显示一次
|
||||||
matchedStrs.add(matchStr);
|
matchedStrs.add(matchStr);
|
||||||
} else if (content
|
} else if (content.topicsMeta.keys.isNotEmpty &&
|
||||||
.topicsMeta[matchStr.substring(1, matchStr.length - 1)] !=
|
matchStr.length > 1 &&
|
||||||
null) {
|
content.topicsMeta[matchStr.substring(1, matchStr.length - 1)] !=
|
||||||
|
null) {
|
||||||
spanChilds.add(
|
spanChilds.add(
|
||||||
TextSpan(
|
TextSpan(
|
||||||
text: matchStr,
|
text: matchStr,
|
||||||
|
Reference in New Issue
Block a user