Fix a code path where masking could be skipped on textareas (#1599)

* Fixes #1596
This commit is contained in:
Eoghan Murray
2026-04-01 12:00:00 +08:00
committed by GitHub
parent ecac346b4c
commit c144c71810
4 changed files with 180 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
---
"rrweb": patch
---
#1596 Add masking for innerText mutations on textarea elements