xP: clean up DOM attributes

This commit is contained in:
Přemysl Eric Janouch 2022-09-21 06:23:41 +02:00
parent b8061b665d
commit 5a7f2d16df
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -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
},