chore: Follow up selectable text

pull/651/head
Krille 2 years ago
parent 60bcc6b89f
commit 8148999512
No known key found for this signature in database

@ -74,7 +74,9 @@ class HtmlMessage extends StatelessWidget {
);
// there is no need to pre-validate the html, as we validate it while rendering
return Html(
return MouseRegion(
cursor: SystemMouseCursors.text,
child: Html(
data: linkifiedRenderHtml,
style: {
'*': Style(
@ -147,6 +149,7 @@ class HtmlMessage extends StatelessWidget {
'html',
},
shrinkWrap: true,
),
);
}

Loading…
Cancel
Save