This commit is contained in:
yanran200730
2022-04-28 15:18:31 +08:00
parent ea42e0e53a
commit d5fa92d90f

View File

@@ -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 () {