Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
node.contains
instead of checking element.parentNode in mutations
We used to check if an element had a null parent, but it is possible to have an existing parent but still be out of dom (with a null grand*-parent)
- Loading branch information