Merge branch 'main' into 3161-only-do-phonetic-transcription-for-l1-l2-pairs-with-different-scripts

This commit is contained in:
ggurdin 2025-06-20 10:10:02 -04:00 committed by GitHub
commit 65793ad538
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(