TF-753 Migrate enough_html_editor library to Linagora

This commit is contained in:
dab246
2022-08-08 13:17:22 +07:00
committed by Dat H. Pham
parent e6ad9e97ed
commit fd975fea91
4 changed files with 33 additions and 9 deletions
@@ -670,6 +670,7 @@ class ComposerView extends GetWidget<ComposerController>
child: HtmlEditor(
key: const Key('composer_editor'),
minHeight: 550,
addDefaultSelectionMenuItems: false,
initialContent: initialContent,
onCreated: (editorApi) {
richTextMobileTabletController.htmlEditorApi = editorApi;