add shortcut to jump between blocks (#1181)

* add shortcut

* chore: rename getRelevantBlock to getPreviousBlock
This commit is contained in:
Alex Christoffer Rasmussen
2024-08-19 17:20:58 +02:00
committed by GitHub
parent f708dc0bc4
commit 340f5478fb
7 changed files with 130 additions and 25 deletions
+4 -2
View File
@@ -8,9 +8,9 @@ export { sanitiseCue } from './src/cue-utils/cueUtils.js';
export { getCueCandidate } from './src/cue-utils/cueUtils.js';
export { generateId } from './src/generate-id/generateId.js';
export {
getEventWithId,
filterPlayable,
filterTimedEvents,
getEventWithId,
getFirst,
getFirstEvent,
getFirstEventNormal,
@@ -19,6 +19,7 @@ export {
getLastEventNormal,
getLastNormal,
getNext,
getNextBlockNormal,
getNextEvent,
getNextEventNormal,
getNextNormal,
@@ -26,7 +27,8 @@ export {
getPreviousEvent,
getPreviousEventNormal,
getPreviousNormal,
getRelevantBlock,
getPreviousBlock,
getPreviousBlockNormal,
swapEventData,
} from './src/rundown-utils/rundownUtils.js';