Set userTriggered to false on Input attribute modifications (#1159)

* Set userTriggered to false on Input attribute modifications

 - the fact we are intercepting them via hook rather than an event suggests to me that they could well be programmatic

* Create young-timers-grow.md
This commit is contained in:
Eoghan Murray
2023-03-03 10:35:50 +00:00
committed by GitHub
parent 8e47ca1021
commit 5e6c132a4d
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
---
"rrweb": bugfix
---
For users of userTriggeredOnInput setting: also set userTriggered to false on Input attribute modifications; this was previously empty this variant of IncrementalSource.Input