From 213461cbb9df3860f7bb64da9ea48b414bd55543 Mon Sep 17 00:00:00 2001 From: Jose B Date: Fri, 18 Aug 2023 16:42:47 -0500 Subject: [PATCH] clear current time --- www/app/transcripts/recorder.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/www/app/transcripts/recorder.tsx b/www/app/transcripts/recorder.tsx index f7b7422c..19374b2f 100644 --- a/www/app/transcripts/recorder.tsx +++ b/www/app/transcripts/recorder.tsx @@ -106,6 +106,7 @@ export default function Recorder(props: any) { _wavesurfer.destroy(); setIsRecording(false); setIsPlaying(false); + setCurrentTime(0); }; } }, []);