Skip to content

Commit

Permalink
rm -1
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang committed May 29, 2024
1 parent fbb92f6 commit c424b56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/rrweb/src/replay/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,6 @@ export class Replayer {
this.wrapper = document.createElement('div');
this.wrapper.classList.add('replayer-wrapper');
this.config.root.appendChild(this.wrapper);
this.createPointer(-1);

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

0 comments on commit c424b56

Please sign in to comment.