prevent overflow, smaller fonts

This commit is contained in:
Sara
2023-10-04 15:30:19 +02:00
parent 0cd8958bf1
commit 12ad721c1f
6 changed files with 43 additions and 34 deletions

View File

@@ -110,8 +110,7 @@ export default function Recorder(props: RecorderProps) {
: undefined,
});
if (!props.transcriptId)
{
if (!props.transcriptId) {
const _wshack: any = _wavesurfer;
_wshack.renderer.renderSingleCanvas = () => {};
}