From 94cca203088bf8f7483ca9f0a32d1f84e8d8e127 Mon Sep 17 00:00:00 2001 From: dab246 Date: Tue, 2 Aug 2022 17:57:03 +0700 Subject: [PATCH] TF-751 [WEB] Change cursor move in email content --- .../presentation/utils/html_transformer/html_template.dart | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/core/lib/presentation/utils/html_transformer/html_template.dart b/core/lib/presentation/utils/html_transformer/html_template.dart index 8a26b0db1..7e383249a 100644 --- a/core/lib/presentation/utils/html_transformer/html_template.dart +++ b/core/lib/presentation/utils/html_transformer/html_template.dart @@ -26,9 +26,7 @@ String generateHtml(String content, { double? minWidth, String? styleCSS, String? javaScripts, - bool? hideScrollBar, - String? resize, - String? cursor, + bool? hideScrollBar }) { return ''' @@ -38,8 +36,6 @@ String generateHtml(String content, {