We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d68a0f8 commit 37839b1Copy full SHA for 37839b1
fluent-dom/src/overlay.js
@@ -123,7 +123,8 @@ function overlayChildNodes(fromFragment, toElement) {
123
);
124
125
// If all else fails, replace the element with its text content.
126
- fromFragment.replaceChild(createTextNodeFromTextContent(childNode), childNode);
+ fromFragment.replaceChild(
127
+ createTextNodeFromTextContent(childNode), childNode);
128
}
129
130
toElement.textContent = "";
0 commit comments