xP: clean up DOM attributes
This commit is contained in:
parent
b8061b665d
commit
5a7f2d16df
|
@ -478,7 +478,7 @@ let Content = {
|
|||
style.color = palette[fg]
|
||||
if (bg >= 0)
|
||||
style.backgroundColor = palette[bg]
|
||||
if (style)
|
||||
for (const _ in style)
|
||||
return style
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue