parent
20fbbcc72d
commit
f7fb5097b9
|
@ -309,7 +309,7 @@ function createRootElementFromFragments(fragments: Node[][]): Element {
|
|||
for (var i = 0; i < fragments.length; i++) {
|
||||
var fragment = fragments[i];
|
||||
if (i >= 1) {
|
||||
// Note: We need to seprate fragments by a comment so that sibling
|
||||
// Note: We need to separate fragments by a comment so that sibling
|
||||
// text nodes don't get merged when we serialize the DomProtoView into a string
|
||||
// and parse it back again.
|
||||
DOM.appendChild(rootNode, DOM.createComment('|'));
|
||||
|
|
Loading…
Reference in New Issue