From 07a6a0ecc2378779a1e31ff5e8cb74fd9efbbcb8 Mon Sep 17 00:00:00 2001 From: you Date: Thu, 19 Mar 2026 06:40:25 +0000 Subject: [PATCH] Fix single packet replay: pause VCR to suppress live packets --- public/live.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/live.js b/public/live.js index c449d37..9f1ad3a 100644 --- a/public/live.js +++ b/public/live.js @@ -478,6 +478,7 @@ sessionStorage.removeItem('replay-packet'); try { const pkt = JSON.parse(replayData); + vcrPause(); // suppress live packets setTimeout(() => animatePacket(pkt), 1500); } catch {} } else {