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
2023-03-28 18:59:40 +02:00
committed by GitHub
parent 0138ab8366
commit 1e6f71b3cd
6 changed files with 220 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
---
'rrweb': patch
---
Only apply touch-active styling on flush

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.