mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 17:03:53 +00:00
fix: prevent stale selection
This commit is contained in:
committed by
Carlos Valente
parent
bc036bdae7
commit
af5d6e1aee
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user