getsentry / rrweb

record and replay the web
https://www.rrweb.io/
Other
9 stars 5 forks source link

fix: textarea value is being duplicated #62

Closed billyvg closed 1 year ago

billyvg commented 1 year ago

Fix bug introduced in https://github.com/getsentry/rrweb/pull/43 where we masked both textarea's value and textContent, which meant the text inside of the textarea would get duplicated. We can ignore textContent in this case and set it to an empty string.