should reschedule wallclock timer after making a big step
This commit is contained in:
parent
966b168a74
commit
f7f3923131
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ export function App() {
|
|||
if (timeout) clearTimeout(timeout);
|
||||
}
|
||||
|
||||
}, [time]);
|
||||
}, [time, rtIdx]);
|
||||
|
||||
function onChangePaused(paused: boolean, wallclktime: number) {
|
||||
setTime(time => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue