ux: content aware playback (#364)

This commit is contained in:
Carlos Valente
2023-04-26 22:07:26 +02:00
committed by GitHub
parent 4bceae65ab
commit 10673b3ee1
3 changed files with 19 additions and 6 deletions
@@ -37,6 +37,7 @@ export const setMessage = {
export const usePlaybackControl = () => {
const featureSelector = (state: RuntimeStore) => ({
playback: state.playback,
selectedEventIndex: state.loaded.selectedEventIndex,
numEvents: state.loaded.numEvents,
});