permitir cambiar el color a mark
This commit is contained in:
parent
b9add8645b
commit
903ace61de
1 changed files with 2 additions and 0 deletions
|
@ -344,6 +344,8 @@ function cleanNode (node, contentEl) {
|
||||||
const value = child.style[style]
|
const value = child.style[style]
|
||||||
|
|
||||||
switch (style) {
|
switch (style) {
|
||||||
|
case 'background-color':
|
||||||
|
if (child.tagName === "MARK") break
|
||||||
default:
|
default:
|
||||||
child.style[style] = ""
|
child.style[style] = ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue