protect against no parent node (#1445)

* protect against a missing parent node during a mutation on an textNode
This commit is contained in:
David Newell
2024-04-10 16:46:06 +01:00
committed by GitHub
parent 3d1877cff8
commit 02f50d260c
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
'rrweb': patch
---
fix: protect against missing parentNode