소스 검색

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",