From 5ac0a530136921a2b36df096f0d35f57c72ca32e Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 18:12:57 +0200 Subject: [PATCH] auto-git: [change] src/app/App.tsx --- src/app/App.tsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index 9ed445f4..98ddb94f 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -17396,9 +17396,11 @@ export function App({ store, initialStatusMessage }: AppProps) { -
-
Position
-
+ {selectedEntity.kind !== "cameraRig" || + selectedEntity.rigType === "fixed" ? ( +
+
Position
+
+
-
+ ) : null} {selectedPointLight !== null ? ( <>