forked from mystiq/hydrogen-web
Properly pass children to list block
This commit is contained in:
parent
cdf85edad9
commit
900ebfe289
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ class Deserializer {
|
|||
const item = this.parseAnyNodes(result.getChildNodes(child));
|
||||
items.push(item);
|
||||
}
|
||||
return new ListBlock(start, nodes);
|
||||
return new ListBlock(start, items);
|
||||
}
|
||||
|
||||
_ensureElement(node, tag) {
|
||||
|
|
Loading…
Reference in a new issue