Merge pull request #47 from nikandlv/development

Playerbar bug fix and improvement
master
Nikan Dalvand 2019-08-02 23:40:56 +04:30 committed by GitHub
commit 78f61c8c1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -105,8 +105,9 @@ export default {
let map = this.wavesurfer.minimap.drawer.container
this.wavesurfer.container.style['height'] = '100%'
map.style['height'] = '100%'
if (readyCounter > 0) {
if (readyCounter > 2) {
this.play()
this.playingStatus = this.isPlaying()
}
})
let currentWidth = 0