resolve #47 update dependency
This commit is contained in:
@@ -59,7 +59,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/smoothscroll-polyfill": "^0.3.0",
|
"@types/smoothscroll-polyfill": "^0.3.0",
|
||||||
"mitt": "^1.1.3",
|
"mitt": "^1.1.3",
|
||||||
"rrweb-snapshot": "^0.7.2",
|
"rrweb-snapshot": "^0.7.3",
|
||||||
"smoothscroll-polyfill": "^0.4.3"
|
"smoothscroll-polyfill": "^0.4.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -446,7 +446,7 @@ export class Replayer {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
const event = new Event(MouseInteractions[d.type].toLowerCase());
|
const event = new Event(MouseInteractions[d.type].toLowerCase());
|
||||||
let target = mirror.getNode(d.id);
|
const target = mirror.getNode(d.id);
|
||||||
if (!target) {
|
if (!target) {
|
||||||
return this.warnNodeNotFound(d, d.id);
|
return this.warnNodeNotFound(d, d.id);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user