Fix displaying the external url of the link tag

This commit is contained in:
dab246
2022-04-14 11:19:47 +07:00
committed by Dat H. Pham
parent 701502c6b7
commit 561f8041ea
25 changed files with 182 additions and 299 deletions
@@ -6,4 +6,6 @@ abstract class HtmlDataSource {
EmailContent emailContent,
Map<String, String> mapUrlDownloadCID
);
Future<EmailContent> addTooltipWhenHoverOnLink(EmailContent emailContent);
}