Alejandro Toledo 5 年 前
コミット
0294e50beb

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

@@ -328,8 +328,7 @@ export class AnimationCurveEditorComponent extends React.Component<IAnimationCur
                 let updatedAnimations = animations.filter(anim => anim !== currentSelected);
                 (this.props.entity as IAnimatable).animations = updatedAnimations as Nullable<Animation[]>;
             } 
-        }
-        
+        }   
     }
 
     addAnimation() {