Fix: Trigger mouse movement & hover with mouse up/down in sync mode (#1191)

* Trigger mouse movement & hover with mouse up/down in sync mode

* Trigger touchActive and mouseDown on flush
This commit is contained in:
Justin Halsall
2026-04-01 12:00:00 +08:00
committed by GitHub
parent f294045517
commit 031a72721c
6 changed files with 220 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
'rrweb': patch
---
Trigger mouse movement and hover with mouse up and mouse down events when replayer.pause(...) is called.