Alejandro Toledo 5 年之前
父节点
当前提交
0725e51c73

+ 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) {