should reschedule wallclock timer after making a big step

This commit is contained in:
Joeri Exelmans 2025-10-10 17:41:22 +02:00
parent 966b168a74
commit f7f3923131

View file

@ -145,7 +145,7 @@ export function App() {
if (timeout) clearTimeout(timeout);
}
}, [time]);
}, [time, rtIdx]);
function onChangePaused(paused: boolean, wallclktime: number) {
setTime(time => {