Merge branch 'main' into 3161-only-do-phonetic-transcription-for-l1-l2-pairs-with-different-scripts
This commit is contained in:
commit
65793ad538
1 changed files with 2 additions and 2 deletions
|
|
@ -326,7 +326,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
|
||||
final tokenWidth = renderer.tokenTextWidthForContainer(
|
||||
context,
|
||||
node.innerHtml,
|
||||
node.text,
|
||||
);
|
||||
|
||||
return WidgetSpan(
|
||||
|
|
@ -380,7 +380,7 @@ class HtmlMessage extends StatelessWidget {
|
|||
text: TextSpan(
|
||||
children: [
|
||||
LinkifySpan(
|
||||
text: node.innerHtml,
|
||||
text: node.text,
|
||||
style: renderer.style(
|
||||
context,
|
||||
color: renderer.backgroundColor(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue