Skip to content

Commit

Permalink
resolve #47 update dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuyz0112 committed Jan 24, 2019
1 parent f03202f commit 264c04b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"dependencies": {
"@types/smoothscroll-polyfill": "^0.3.0",
"mitt": "^1.1.3",
"rrweb-snapshot": "^0.7.2",
"rrweb-snapshot": "^0.7.3",
"smoothscroll-polyfill": "^0.4.3"
}
}
2 changes: 1 addition & 1 deletion src/replay/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export class Replayer {
break;
}
const event = new Event(MouseInteractions[d.type].toLowerCase());
let target = mirror.getNode(d.id);
const target = mirror.getNode(d.id);
if (!target) {
return this.warnNodeNotFound(d, d.id);
}
Expand Down

0 comments on commit 264c04b

Please sign in to comment.