TF-2399 Remove unnecessary <br> tag

(cherry picked from commit a08ce473c51f90f4547696385a7eb3679fe92a4d)
This commit is contained in:
hieubt
2023-12-27 23:01:01 +07:00
committed by Dat H. Pham
parent 7731096dbe
commit a725e5d713
@@ -1,7 +1,7 @@
extension HtmlExtension on String {
static const String editorStartTags = '<br><div><br></div>';
static const String editorStartTags = '<div><br><br></div>';
static const String signaturePrefix = '--&nbsp;';
String addBlockTag(String tag, {String? attribute}) =>