resolve #47 update dependency

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 384227d0df
commit 34571ad708
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);
}