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 () {
if (document.fullscreenElement) {
this.reset()
} else {
this.reset()
}
@@ -290,7 +291,7 @@
this.$nextTick(() => {
this.$refs.timeline && this.$refs.timeline.init()
})
}, 260)
}, 100)
},
screenshots () {