Remove redundant child normalisation

This commit is contained in:
Barney Carroll 2021-04-15 08:41:07 +01:00 committed by Stephan Hoyer
parent 11bced844c
commit a3983c9655

View file

@ -37,7 +37,6 @@ function execSelector(state, vnode) {
vnode.tag = state.tag
vnode.attrs = null
vnode.children = Vnode.normalizeChildren(vnode.children)
if (!isEmpty(state.attrs) && !isEmpty(attrs)) {
var newAttrs = {}