remove the comment in src/runtime/internal/dom.ts

It could be noisy.

Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
pull/7724/head
Tal500 4 years ago committed by GitHub
parent b8a1d7a8b6
commit c1a6c18e90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -163,7 +163,6 @@ export function append_hydration(target: NodeEx, node: NodeEx) {
if (is_hydrating) {
init_hydrate(target);
// Note: It is important to use `Node.parentNode` instead `Node.parentElement` for a simple legacy browsers compatibility.
if ((target.actual_end_child === undefined) || ((target.actual_end_child !== null) && (target.actual_end_child.parentNode !== target))) {
target.actual_end_child = target.firstChild;
}

Loading…
Cancel
Save