Samuel Wittlinger
Samuel Wittlinger
This worked for me: ``` waveSurfer.zoom(zoom); waveSurfer.spectrogram.init(); $("spectrogram > canvas").css("width", `${waveSurfer.drawer.width / waveSurfer.params.pixelRatio}px`); ```
Yes it indeed works and it therefore looks like I wasn't able to reproduce the behaviour of my production app. I am going to try harder to reproduce it.
Hey, I managed to reproduce the bug. What is happening is that basically, I did not have ```unstable_setRequestLocale(locale);``` on all pages, just the ones I was currently trying to convert...