TF-1655 Fix add a line break after signature in composer
(cherry picked from commit 8dc25507bc4ad8f5009dbd3f2fcbe1d92bd0e706)
This commit is contained in:
@@ -24,7 +24,7 @@ extension HtmlExtension on String {
|
||||
'blockquote',
|
||||
attribute: 'style="margin-left:8px;margin-right:8px;padding-left:12px;padding-right:12px;border-left:5px solid #eee;"');
|
||||
|
||||
String asSignatureHtml() => '--<br>$this';
|
||||
String asSignatureHtml() => '--<br>$this<br>';
|
||||
|
||||
String removeEditorStartTag() {
|
||||
if (trim() == editorStartTags) {
|
||||
|
||||
Reference in New Issue
Block a user