fix:web inserting childNodes in diff
This commit is contained in:
@@ -796,7 +796,7 @@ export abstract class DoricGroupViewNode extends DoricSuperNode {
|
||||
newNode.viewId = childViewId
|
||||
newNode.init(this)
|
||||
newNode.blend(model.props)
|
||||
this.childNodes[index] = newNode
|
||||
this.childNodes.splice(index, 0, newNode)
|
||||
this.view.insertBefore(newNode.view, this.view.children[index])
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user