mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-18 00:06:57 +01:00
Properly pass children to list block
This commit is contained in:
parent
cdf85edad9
commit
900ebfe289
@ -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…
x
Reference in New Issue
Block a user