diff --git a/src/replay/index.ts b/src/replay/index.ts index 61ed5b8e..cbcc8fd8 100644 --- a/src/replay/index.ts +++ b/src/replay/index.ts @@ -783,6 +783,8 @@ export class Replayer { this.applyMutation(d, isSync); break; } + case IncrementalSource.Drag: + case IncrementalSource.TouchMove: case IncrementalSource.MouseMove: if (isSync) { const lastPosition = d.positions[d.positions.length - 1];