TF-1806 Fix impossible to disable used fonts in email composer

(cherry picked from commit 9b09b64a4140270feb322ee0190667e2dd2a6db2)
This commit is contained in:
dab246
2023-05-05 19:04:36 +07:00
committed by Dat Vu
parent 9471d5454f
commit 79752cc297
@@ -818,7 +818,6 @@ class ComposerView extends GetWidget<ComposerController>
blockQuotedContent: initContent,
htmlToolbarOptions: const HtmlToolbarOptions(
toolbarType: ToolbarType.hide,
toolbarPosition: ToolbarPosition.custom,
defaultToolbarButtons: []
),
otherOptions: const OtherOptions(height: 550),