fix for inherited style

This commit is contained in:
monoid 2025-04-01 01:55:55 +09:00
parent 537f1592b1
commit a637617d5b

View file

@ -360,7 +360,7 @@ function Content() {
{html} {html}
</code> </code>
{data && {data &&
<div style={data.inheritedStyle}> <div style={htmlStyleToReactStyle(data.inheritedStyle)}>
<VnodeToReact vnode={data.vnode} /> <VnodeToReact vnode={data.vnode} />
</div> </div>
} }