Update the pause button when autoplaying

pull/47/head
Nikan Dalvand 2019-08-02 23:39:53 +04:30
parent 0d9218f642
commit e29ba8eb33
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ export default {
map.style['height'] = '100%' map.style['height'] = '100%'
if (readyCounter > 2) { if (readyCounter > 2) {
this.play() this.play()
this.playingStatus = this.isPlaying()
} }
}) })
let currentWidth = 0 let currentWidth = 0