Fix single packet replay: pause VCR to suppress live packets

This commit is contained in:
you
2026-03-19 06:40:25 +00:00
parent fe7276815f
commit 07a6a0ecc2
+1
View File
@@ -478,6 +478,7 @@
sessionStorage.removeItem('replay-packet');
try {
const pkt = JSON.parse(replayData);
vcrPause(); // suppress live packets
setTimeout(() => animatePacket(pkt), 1500);
} catch {}
} else {