Changes
Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com>
This commit is contained in:
@@ -243,9 +243,9 @@ function FloatingPanel({
|
||||
<group position={[0, -0.012, 0.001]}>
|
||||
{tab === 'scene' && <SceneTab />}
|
||||
{tab === 'tools' && <ToolsTab {...p} />}
|
||||
{tab === 'transform' && <TransformTab />}
|
||||
{tab === 'inspection' && <InspectionTab />}
|
||||
{tab === 'share' && <ShareTab {...p} />}
|
||||
{tab === 'webxr' && <WebXRTab />}
|
||||
</group>
|
||||
</XR3DPanel>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user