Closed hoyce closed 4 years ago
Due to the fact that the appendChild moves the given element (https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild ) we need to clone it first. If we don't clone it, the
Due to the fact that the appendChild moves the given element (https://developer.mozilla.org/en-US/docs/Web/API/Node/appendChild ) we need to clone it first. If we don't clone it, the