mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 06:01:42 +00:00
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]
|
||||
|
||||
switch (style) {
|
||||
case 'background-color':
|
||||
if (child.tagName === "MARK") break
|
||||
default:
|
||||
child.style[style] = ""
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue