Skip to content

Commit

Permalink
Update packages/rrweb/src/replay/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
billyvg authored May 29, 2024
1 parent 583d808 commit a41c292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rrweb/src/replay/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ export class Replayer {
this.wrapper = document.createElement('div');
this.wrapper.classList.add('replayer-wrapper');
this.config.root.appendChild(this.wrapper);
// this.createPointer(-1);
this.createPointer(-1);

if (this.config.mouseTail !== false) {
this.mouseTail = document.createElement('canvas');
Expand Down

0 comments on commit a41c292

Please sign in to comment.