fix: play/pause and play/stop behviour

This commit is contained in:
averel10
2026-04-03 10:13:08 +02:00
parent 3e54d2c1ee
commit 6986e88560
8 changed files with 37 additions and 19 deletions

View File

@@ -58,8 +58,8 @@ export default function SingleChoiceBinaryEntryView({
{/* Waveform player */}
<WaveformPlayer
src={audioSrc}
durationMs={entry.durationMs}
onFullyPlayed={() => setFullyPlayed(true)}
playMode='pause'
/>
{/* Must-listen hint */}