Prevent autoplay on page load
parent
e140150de5
commit
0d9218f642
|
|
@ -105,7 +105,7 @@ export default {
|
||||||
let map = this.wavesurfer.minimap.drawer.container
|
let map = this.wavesurfer.minimap.drawer.container
|
||||||
this.wavesurfer.container.style['height'] = '100%'
|
this.wavesurfer.container.style['height'] = '100%'
|
||||||
map.style['height'] = '100%'
|
map.style['height'] = '100%'
|
||||||
if (readyCounter > 0) {
|
if (readyCounter > 2) {
|
||||||
this.play()
|
this.play()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue