diff --git a/www/app/transcripts/recorder.tsx b/www/app/transcripts/recorder.tsx index ae0eb96e..d43f7d5b 100644 --- a/www/app/transcripts/recorder.tsx +++ b/www/app/transcripts/recorder.tsx @@ -110,6 +110,12 @@ export default function Recorder(props: RecorderProps) { : undefined, }); + if (!props.transcriptId) + { + const _wshack: any = _wavesurfer; + _wshack.renderer.renderSingleCanvas = () => {}; + } + const wsWrapper = _wavesurfer.getWrapper(); wsWrapper.style.cursor = "pointer"; wsWrapper.style.backgroundColor = "RGB(240 240 240)";