Alejandro Toledo 5 سال پیش
والد
کامیت
befd3af12c
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      inspector/src/components/actionTabs/tabs/propertyGrids/animations/animationCurveEditorComponent.tsx

+ 1 - 0
inspector/src/components/actionTabs/tabs/propertyGrids/animations/animationCurveEditorComponent.tsx

@@ -203,6 +203,7 @@ export class AnimationCurveEditorComponent extends React.Component<
     } else {
     } else {
       scaleX = this.state.scale + 0.01;
       scaleX = this.state.scale + 0.01;
     }
     }
+    console.log(scaleX);
     //this.setState({ scale: scaleX }, this.setAxesLength);
     //this.setState({ scale: scaleX }, this.setAxesLength);
   }
   }