From e732d2314c91c1432a29bf66fa094f8e17340e9b Mon Sep 17 00:00:00 2001 From: ManhNTX Date: Sun, 10 Jul 2022 08:48:56 +0700 Subject: [PATCH] add some properties for smooth animation --- .../presentation/utils/html_transformer/html_template.dart | 4 ++++ .../usecases/get_emails_in_mailbox_interactor_test.mocks.dart | 3 +-- ...fresh_changes_emails_in_mailbox_interactor_test.mocks.dart | 3 +-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/core/lib/presentation/utils/html_transformer/html_template.dart b/core/lib/presentation/utils/html_transformer/html_template.dart index 87384b9b2..c26a24326 100644 --- a/core/lib/presentation/utils/html_transformer/html_template.dart +++ b/core/lib/presentation/utils/html_transformer/html_template.dart @@ -27,6 +27,8 @@ String generateHtml(String content, { String? styleCSS, String? javaScripts, bool? hideScrollBar, + String? resize, + String? cursor, }) { return ''' @@ -36,6 +38,8 @@ String generateHtml(String content, {