mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-04 04:02:20 +03:00
Resolve #439
This commit is contained in:
parent
5609a39dd4
commit
28d4a018fd
2 changed files with 15 additions and 14 deletions
|
|
@ -626,7 +626,7 @@ export class MessageModel extends AbstractModel {
|
|||
});
|
||||
|
||||
body.querySelectorAll('[data-x-style-url]').forEach(node => {
|
||||
forEachObjectEntry(JSON.parse(node.dataset.xStyleUrl), (name, url) => node.style[name] = "url('" + url + "')");
|
||||
JSON.parse(node.dataset.xStyleUrl).forEach(data => node.style[data[0]] = "url('" + data[1] + "')");
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue