mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 05:13:32 +00:00
fix: issue where event next was stale
This commit is contained in:
committed by
Carlos Valente
parent
177c9a35ec
commit
fa709dc9be
@@ -266,6 +266,9 @@ export function loadNext(
|
||||
return;
|
||||
}
|
||||
|
||||
// temporarily reset this value to simplify loop logic
|
||||
runtimeState.eventNext = null;
|
||||
|
||||
for (let i = eventIndex + 1; i < timedEvents.length; i++) {
|
||||
const event = timedEvents[i];
|
||||
// we dont deal with events that are not playable
|
||||
|
||||
Reference in New Issue
Block a user