diff --git a/lib/pages/video/detail/reply/widgets/reply_item.dart b/lib/pages/video/detail/reply/widgets/reply_item.dart index 41eefa8f..2e764b60 100644 --- a/lib/pages/video/detail/reply/widgets/reply_item.dart +++ b/lib/pages/video/detail/reply/widgets/reply_item.dart @@ -541,13 +541,9 @@ InlineSpan buildContent( final RegExp pattern = RegExp(patternStr); List matchedStrs = []; void addPlainTextSpan(str) { - spanChilds.add(WidgetSpan( - alignment: PlaceholderAlignment.middle, - child: ExcludeSemantics( - child: Text( - str, - style: const TextStyle(height: 1.75), - )))); + spanChilds.add(TextSpan( + text: str, + )); // TextSpan( // // text: str,