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

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