bug
This commit is contained in:
@@ -228,6 +228,7 @@
|
|||||||
|
|
||||||
fullScreenChange () {
|
fullScreenChange () {
|
||||||
if (document.fullscreenElement) {
|
if (document.fullscreenElement) {
|
||||||
|
this.reset()
|
||||||
} else {
|
} else {
|
||||||
this.reset()
|
this.reset()
|
||||||
}
|
}
|
||||||
@@ -290,7 +291,7 @@
|
|||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.$refs.timeline && this.$refs.timeline.init()
|
this.$refs.timeline && this.$refs.timeline.init()
|
||||||
})
|
})
|
||||||
}, 260)
|
}, 100)
|
||||||
},
|
},
|
||||||
|
|
||||||
screenshots () {
|
screenshots () {
|
||||||
|
|||||||
Reference in New Issue
Block a user