mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08:00
Resolve #167
This commit is contained in:
parent
30a6b053bb
commit
13145cd3dc
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ export const MessageUserStore = new class {
|
|||
|
||||
body = Element.fromHTML('<div id="' + id + '" hidden="" class="b-text-part '
|
||||
+ (isHtml ? 'html' : 'plain') + '">'
|
||||
+ findEmailAndLinks(resultHtml)
|
||||
+ (isHtml ? resultHtml : findEmailAndLinks(resultHtml))
|
||||
+ '</div>');
|
||||
|
||||
if (isHtml) {
|
||||
|
|
Loading…
Reference in a new issue