TF-753 Migrate enough_html_editor library to Linagora
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user