浏览代码

fix: save

gemercheung 1 年之前
父节点
当前提交
3d47e48c2d
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/Viewer.jsx

+ 2 - 2
src/components/Viewer.jsx

@@ -241,8 +241,8 @@ class ViewerInner extends Component {
                 this.frame > this.loadedCount &&
                 !this.notLoadedTween.isActive
               ) {
-                // this.props.debug && console.warn("not load flash");
-                console.warn("not load flash");
+                this.props.debug &&
+                  console.warn(this.props.path, "fast forward");
                 this.enterShowElements();
                 this.notLoadedTween = gsap.to(this.processBarRef.current, {
                   backgroundColor: "#8888a0",