commit
78f61c8c1e
|
|
@ -105,8 +105,9 @@ 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()
|
||||||
|
this.playingStatus = this.isPlaying()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
let currentWidth = 0
|
let currentWidth = 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue