kishan143-jaiswal
kishan143-jaiswal
> Hello @kishan143-jaiswal - what browser are you using? chrome
i m using two browsers, chromium Version 80.0.3987.87 and chrome Version 80.0.3987.100 ,but when i install 5.11.2 version then its working fine but when i install the latest its not...

``` this.wavesurfer = WaveSurfer.create({ cursorWidth: 1, container: ReactDOM.findDOMNode(this.waveref), scrollParent: false, height: 45, progressColor: '#333333', waveColor: '#d6d6d6', normalize: true, cursorColor: '#fff', audioRate: 1, barWidth: 1, barGap: 2, backend: 'MediaElement', responsive: true,...
``` this.wavesurfer.on('ready', (progress) => { console.log('ready', this.props.songDetail.playing, this.wavesurfer.loaded); if (this.props.songDetail.playing) { // setTimeout(() => { // this.props.controlNewAudioSync(false) // this.playIt(); // }, 10000); setTimeout(() => { if (this.props.songDetail.pos && this.props.songDetail.pos >...
Facing same issue. On mouse wheel event scroll not working