@ -796,7 +796,6 @@ export default {
// 滚动到当前时间位置
scrollToCurrentTime() {
debugger
const container = this.$refs.timelineContainer;
if (container && this.currentTimePosition >= 0 && this.currentTimePosition <= 100) {
// 计算当前时间位置的像素值