xP: clean up DOM attributes

This commit is contained in:
2022-09-21 06:23:41 +02:00
parent b8061b665d
commit 5a7f2d16df

View File

@@ -478,7 +478,7 @@ let Content = {
style.color = palette[fg] style.color = palette[fg]
if (bg >= 0) if (bg >= 0)
style.backgroundColor = palette[bg] style.backgroundColor = palette[bg]
if (style) for (const _ in style)
return style return style
}, },