فهرست منبع

fix formatting

Trevor Baron 6 سال پیش
والد
کامیت
c55189a8c7
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      inspector/src/components/sceneExplorer/entities/lightTreeItemComponent.tsx

+ 2 - 2
inspector/src/components/sceneExplorer/entities/lightTreeItemComponent.tsx

@@ -36,8 +36,8 @@ export class LightTreeItemComponent extends React.Component<ILightTreeItemCompon
     toggleGizmo(): void {
         const light = this.props.light;
         if(light.reservedDataStore && light.reservedDataStore.lightGizmo){
-            if(light.getScene().reservedDataStore && light.getScene().reservedDataStore.gizmoManager){
-                light.getScene().reservedDataStore.gizmoManager.attachToMesh(null)
+            if (light.getScene().reservedDataStore && light.getScene().reservedDataStore.gizmoManager) {
+                light.getScene().reservedDataStore.gizmoManager.attachToMesh(null);
             }
             this.props.globalState.enableLightGizmo(light, false);
             this.setState({ isGizmoEnabled: false });