From f7f39231312582c2f3c9e5ed47ef528d54f4abc0 Mon Sep 17 00:00:00 2001 From: Joeri Exelmans Date: Fri, 10 Oct 2025 17:41:22 +0200 Subject: [PATCH] should reschedule wallclock timer after making a big step --- src/App/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {