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

@@ -83,6 +83,7 @@ export default function CalibrationEntryView({
<WaveformPlayer
src={audioSrc}
onFullyPlayed={() => setFullyPlayed(true)}
playMode='pause'
/>
{/* Must-listen hint */}