Pass namespace when creating new elements while updating a keyed list, fix #1820
This commit is contained in:
parent
29bc42b574
commit
40429c8377
2 changed files with 23 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ module.exports = function($window) {
|
|||
if (movable.dom != null) nextSibling = movable.dom
|
||||
}
|
||||
else {
|
||||
var dom = createNode(parent, v, hooks, undefined, nextSibling)
|
||||
var dom = createNode(parent, v, hooks, ns, nextSibling)
|
||||
nextSibling = dom
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue