mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-10 15:08:28 +03:00
Bugfix: failed to set message data from dom
This commit is contained in:
parent
ff2a557f1e
commit
2c40475bfa
2 changed files with 1 additions and 2 deletions
|
|
@ -476,7 +476,6 @@ class MessageModel extends AbstractModel {
|
|||
node.loading = 'lazy';
|
||||
}
|
||||
node.src = node.getAttribute(attr);
|
||||
node.removeAttribute('data-loaded');
|
||||
});
|
||||
|
||||
attr = this.externalProxy ? 'data-x-additional-style-url' : 'data-x-style-url';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue