Skip to content

fix(dom): Remove all links as part of removeChild#355

Merged
karfau merged 3 commits into
masterfrom
fix/343
Dec 22, 2021
Merged

fix(dom): Remove all links as part of removeChild#355
karfau merged 3 commits into
masterfrom
fix/343

Conversation

@karfau

@karfau karfau commented Dec 22, 2021

Copy link
Copy Markdown
Member

fixes #343

@karfau karfau added this to the 0.8.0 milestone Dec 22, 2021
which fixes weird side effects when trying to `appendChild` the same node later
@karfau karfau requested a review from brody2consult December 22, 2021 09:54
@karfau karfau merged commit 26f1d72 into master Dec 22, 2021
@karfau karfau deleted the fix/343 branch December 22, 2021 16:04
fix more whitespace along the way
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Node.appendChild only inserts the last child while inserting removed children

1 participant