diff --git a/apps/server/src/stores/runtimeState.ts b/apps/server/src/stores/runtimeState.ts index 7ecfdfe1d..1df9255ef 100644 --- a/apps/server/src/stores/runtimeState.ts +++ b/apps/server/src/stores/runtimeState.ts @@ -81,6 +81,7 @@ export function clear() { runtimeState.runtime.offset = null; runtimeState.runtime.actualStart = null; runtimeState.runtime.expectedEnd = null; + runtimeState.runtime.selectedEventIndex = null; runtimeState.timer.playback = Playback.Stop; runtimeState.clock = clock.timeNow();