Files
rrweb/packages
Justin Halsall fcb5c036fc Fix: scrolling on elements being is ignored (#1029)
In certain cases when scrollLeft is being set, but the value doesn't change. Then scrollTop is also ignored, even if that value was changed.
In this case we use the `scrollTo` api as it doesn't have that issue.
2026-04-01 12:00:00 +08:00
..