mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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 '
|
body = Element.fromHTML('<div id="' + id + '" hidden="" class="b-text-part '
|
||||||
+ (isHtml ? 'html' : 'plain') + '">'
|
+ (isHtml ? 'html' : 'plain') + '">'
|
||||||
+ findEmailAndLinks(resultHtml)
|
+ (isHtml ? resultHtml : findEmailAndLinks(resultHtml))
|
||||||
+ '</div>');
|
+ '</div>');
|
||||||
|
|
||||||
if (isHtml) {
|
if (isHtml) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue