mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 05:09:05 +00:00
prevent overflow, smaller fonts
This commit is contained in:
@@ -110,8 +110,7 @@ export default function Recorder(props: RecorderProps) {
|
||||
: undefined,
|
||||
});
|
||||
|
||||
if (!props.transcriptId)
|
||||
{
|
||||
if (!props.transcriptId) {
|
||||
const _wshack: any = _wavesurfer;
|
||||
_wshack.renderer.renderSingleCanvas = () => {};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user