TF-3924 Thread Detail Keep html view alive after thread load
This commit is contained in:
@@ -348,7 +348,7 @@ class EmailView extends GetWidget<SingleEmailController> {
|
||||
return Padding(
|
||||
padding: EmailViewStyles.emailContentPadding,
|
||||
child: HtmlContentViewerOnWeb(
|
||||
key: ValueKey(tag),
|
||||
key: controller.htmlViewKey,
|
||||
widthContent: bodyConstraints.maxWidth,
|
||||
contentHtml: allEmailContents,
|
||||
mailtoDelegate: controller.openMailToLink,
|
||||
|
||||
Reference in New Issue
Block a user