Alejandro Toledo 5 년 전
부모
커밋
0725e51c73
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      inspector/src/components/actionTabs/tabs/propertyGrids/animations/animationListTree.tsx

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

@@ -59,7 +59,7 @@ export class AnimationListTree extends React.Component<IAnimationListTreeProps,
     }
 
     editAnimation() {
-        console.log('Edit animation');
+        console.log('Edit animation');// TODO. Implement the edit options here
     }
 
     toggleProperty(index: number) {