fix for inherited style
This commit is contained in:
parent
537f1592b1
commit
a637617d5b
1 changed files with 2 additions and 2 deletions
|
@ -360,7 +360,7 @@ function Content() {
|
|||
{html}
|
||||
</code>
|
||||
{data &&
|
||||
<div style={data.inheritedStyle}>
|
||||
<div style={htmlStyleToReactStyle(data.inheritedStyle)}>
|
||||
<VnodeToReact vnode={data.vnode} />
|
||||
</div>
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue