gemercheung 1 ano atrás
pai
commit
3d47e48c2d
1 arquivos alterados com 2 adições e 2 exclusões
  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",