resolve #47 update dependency

This commit is contained in:
Yanzhen Yu
2019-01-24 18:44:37 +08:00
parent f03202fcec
commit 264c04b3d6
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
}
}

View File

@@ -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);
}