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
@@ -141,9 +141,6 @@ class ComposerController extends BaseController {
return newContentHtml;
} else {
String contentHtml = await htmlEditorApi?.getText() ?? '';
if(Platform.isAndroid) {
contentHtml = contentHtml.replaceAll('"', '"');
}
log('ComposerController::_getEmailBodyText():MOBILE: $contentHtml');
final newContentHtml = contentHtml.removeEditorStartTag();
if (changedEmail) {