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, {