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

* Fixes #1596
This commit is contained in:
Eoghan Murray
2025-02-04 14:15:15 +00:00
committed by GitHub
parent fb0f8f1d7d
commit 9cd28b703e
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