From b30a3e3e0afef4281381d59dfa9453256feb995c Mon Sep 17 00:00:00 2001 From: reng Date: Sun, 14 Sep 2025 11:52:11 +0800 Subject: [PATCH] update --- src/App.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.jsx b/src/App.jsx index e665792..1e3b932 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -157,6 +157,9 @@ function App() { sendOsc(OSC_ADDRESS.STOPCUE,'','all'); sendOscToSound(OSC_ADDRESS.SCS_STOP_ALL, ''); + + // cear timer + if(refTimer.current) clearInterval(refTimer.current); } function reset() { console.log('Reset all');