From 63ff26a844aa6f4cdf824cce8c9862103a4caca6 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 20:58:26 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/components/three/XRHudInWorld.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/three/XRHudInWorld.tsx b/src/components/three/XRHudInWorld.tsx index ce1dd1f..f66c88a 100644 --- a/src/components/three/XRHudInWorld.tsx +++ b/src/components/three/XRHudInWorld.tsx @@ -239,9 +239,9 @@ function FloatingPanel({ {tabs.map((t, i) => ( setTab(t.id)} fontSize={0.0075} /> + onClick={() => setTab(t.id)} fontSize={0.0072} /> ))} @@ -249,6 +249,7 @@ function FloatingPanel({ {tab === 'scene' && } {tab === 'tools' && } {tab === 'inspection' && } + {tab === 'capture' && } {tab === 'share' && } {tab === 'webxr' && }