Normalize document fragments in fragment
helper
This commit is contained in:
parent
649fd197d8
commit
38b581fbbf
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ export class DomRenderer extends Renderer {
|
|||
fragment.append(this.toElement(items[key]))
|
||||
}
|
||||
fragment.append(document.createTextNode(literals[literals.length - 1]))
|
||||
fragment.normalize()
|
||||
return fragment
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue