diff --git a/src/App/App.tsx b/src/App/App.tsx index 92fea93..624ec86 100644 --- a/src/App/App.tsx +++ b/src/App/App.tsx @@ -145,7 +145,7 @@ export function App() { if (timeout) clearTimeout(timeout); } - }, [time]); + }, [time, rtIdx]); function onChangePaused(paused: boolean, wallclktime: number) { setTime(time => {