gemercheung 1 год назад
Родитель
Сommit
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",