xP: clean up DOM attributes
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user