Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-Arc committed Jan 25, 2025
1 parent 2ce28e1 commit a6f95ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function EventBlockChip(props: EventBlockChipProps) {
const { playback } = usePlayback();

if (isLoaded) {
return null;
return null; //TODO: the is a small flash of 'DUE' on the loaded event as clock data arrives before isLoaded propagates
}

const playbackActive = isPlaybackActive(playback);
Expand Down

0 comments on commit a6f95ec

Please sign in to comment.