mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-04-27 04:25:12 +00:00
Fix single packet replay: pause VCR to suppress live packets
This commit is contained in:
@@ -478,6 +478,7 @@
|
||||
sessionStorage.removeItem('replay-packet');
|
||||
try {
|
||||
const pkt = JSON.parse(replayData);
|
||||
vcrPause(); // suppress live packets
|
||||
setTimeout(() => animatePacket(pkt), 1500);
|
||||
} catch {}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user