Explorar o código

chore: add comment for refactor

alvarosabu %!s(int64=2) %!d(string=hai) anos
pai
achega
3d810b06d0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/TresScene.ts

+ 1 - 0
src/components/TresScene.ts

@@ -64,6 +64,7 @@ export const TresScene = defineComponent<TresSceneProps>({
       logWarning('physicallyCorrectLights is deprecated, useLegacyLights is now false by default')
     }
 
+    // TODO: refactor this when this component is refactored to SFC (single file component)
     const isRenderDisabled = computed(() => props.disableRender !== false && props.disableRender !== undefined)
 
     const container = ref<HTMLElement>()