Skip to content

Commit 9e1cadb

Browse files
authored
Merge pull request #11982 from max65482/fix_lost_line_breaks
Fix lost line breaks
2 parents d3e93a1 + ebfce13 commit 9e1cadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Composer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ export default {
12431243
} else {
12441244
body = this.bodyVal
12451245
}
1246-
this.bodyVal = html(body).value
1246+
this.bodyVal = toHtml(detect(body)).value
12471247
},
12481248
12491249
getMessageData() {

0 commit comments

Comments
 (0)