5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-06 13:25:45 +00:00

permitir cambiar el color a mark

This commit is contained in:
f 2020-11-16 20:49:46 -03:00
parent b9add8645b
commit 903ace61de

View file

@ -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] = ""
}