mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-22 22:04:43 +08:00
fix: <font> tag 'style' is lost in replies
This commit is contained in:
parent
d5965bf1d7
commit
1b7e144a6e
1 changed files with 1 additions and 0 deletions
1
vendors/squire/build/squire-raw.js
vendored
1
vendors/squire/build/squire-raw.js
vendored
|
@ -1345,6 +1345,7 @@ const
|
|||
color = node.color,
|
||||
newTag = createElement('SPAN'),
|
||||
css = newTag.style;
|
||||
newTag.style.cssText = node.style.cssText;
|
||||
if (face) {
|
||||
css.fontFamily = face;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue