mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
refactor: cuesheet design review
fix: parsing of custom fields for blocks refactor: extract cuesheet settings refactor: cuesheet actions refactor: improve cuesheet performance on resizing
This commit is contained in:
committed by
Carlos Valente
parent
0726c04f20
commit
8ad260d28a
@@ -69,7 +69,6 @@ export function loadRoll(
|
||||
}
|
||||
|
||||
// in case we were unable to find anything, we load the first event
|
||||
console.log('returning first event');
|
||||
return { event: rundown.entries[firstEventId] as PlayableEvent, index: 0, isPending: true };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user