mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-27 00:36:44 +03:00
Resolve #228
This commit is contained in:
parent
182aee6bb8
commit
803113568f
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,6 @@ export class MessageModel extends AbstractModel {
|
|||
oAttachment.isInline(found);
|
||||
oAttachment.isLinked(found || result.foundContentLocationUrls.includes(oAttachment.contentLocation));
|
||||
});
|
||||
this.hasAttachments(oAttachments.hasVisible());
|
||||
|
||||
body.innerHTML = result.html;
|
||||
|
||||
|
|
@ -472,6 +471,7 @@ export class MessageModel extends AbstractModel {
|
|||
}
|
||||
|
||||
initView() {
|
||||
this.hasAttachments(this.attachments().hasVisible());
|
||||
// init BlockquoteSwitcher
|
||||
this.body.querySelectorAll('blockquote:not(.rl-bq-switcher)').forEach(node => {
|
||||
if (node.textContent.trim() && !node.parentNode.closest('blockquote')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue