chore: rename currentBlock > parent

This commit is contained in:
Carlos Valente
2025-04-13 20:57:54 +02:00
committed by arc-alex
parent 918f8d1b08
commit d2c7b34142
15 changed files with 90 additions and 90 deletions
+1 -1
View File
@@ -733,7 +733,7 @@ export function loadBlock(rundown: Rundown, state = runtimeState) {
return;
}
const currentBlockId = state.eventNow.currentBlock;
const currentBlockId = state.eventNow.parent;
// update time only if the block has changed
if (state.currentBlock.block?.id != currentBlockId) {