diff --git a/apps/server/src/stores/runtimeState.ts b/apps/server/src/stores/runtimeState.ts index 5604756f2..d9b9d1f18 100644 --- a/apps/server/src/stores/runtimeState.ts +++ b/apps/server/src/stores/runtimeState.ts @@ -120,8 +120,10 @@ export function clear() { runtimeState.clock = clock.timeNow(); runtimeState.timer = { ...initialTimer }; - // we maintain the total delay + // when clearing, we maintain the total delay from the rundown + runtimeState._timer.forceFinish = null; runtimeState._timer.pausedAt = null; + runtimeState._timer.secondaryTarget = null; } /**