From 79752cc29748b8cf0e2a903cc20a041e7ed9a8fa Mon Sep 17 00:00:00 2001 From: dab246 Date: Fri, 5 May 2023 19:04:36 +0700 Subject: [PATCH] TF-1806 Fix impossible to disable used fonts in email composer (cherry picked from commit 9b09b64a4140270feb322ee0190667e2dd2a6db2) --- lib/features/composer/presentation/composer_view_web.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/features/composer/presentation/composer_view_web.dart b/lib/features/composer/presentation/composer_view_web.dart index 33745ac42..fe7249ce6 100644 --- a/lib/features/composer/presentation/composer_view_web.dart +++ b/lib/features/composer/presentation/composer_view_web.dart @@ -818,7 +818,6 @@ class ComposerView extends GetWidget blockQuotedContent: initContent, htmlToolbarOptions: const HtmlToolbarOptions( toolbarType: ToolbarType.hide, - toolbarPosition: ToolbarPosition.custom, defaultToolbarButtons: [] ), otherOptions: const OtherOptions(height: 550),