Update the pause button when autoplaying
parent
0d9218f642
commit
e29ba8eb33
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue