Bundled output for commit d60e7ab30c [skip ci]
This commit is contained in:
parent
d60e7ab30c
commit
0b5f05f4ae
2 changed files with 5 additions and 5 deletions
|
|
@ -42,8 +42,8 @@ function execSelector(state, attrs, children) {
|
|||
attrs[key] = state.attrs[key]
|
||||
}
|
||||
}
|
||||
if (className != null) {
|
||||
if (attrs.class != null) {
|
||||
if (className !== undefined) {
|
||||
if (attrs.class !== undefined) {
|
||||
attrs.class = undefined
|
||||
attrs.className = className
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue