From c4c79f89d9b4fbc465104167dcd7e857416e220a Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Tue, 4 Aug 2026 21:34:30 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20melhoria=20no=20s?= =?UTF-8?q?nap=20e=20medi=C3=A7=C3=A3o=20AR=20em=2004/08/2026=2021:34:30?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lab/QuestCubeLab.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lab/QuestCubeLab.tsx b/src/lab/QuestCubeLab.tsx index a333908..e29b3a2 100644 --- a/src/lab/QuestCubeLab.tsx +++ b/src/lab/QuestCubeLab.tsx @@ -239,7 +239,7 @@ const CubeControlado = ({ castShadow receiveShadow position={[0, 0.5, 0]} - onClick={(e) => { + onPointerDown={(e) => { e.stopPropagation(); if (!e.intersections[0].face) return; const localNormal = e.intersections[0].face.normal; @@ -278,7 +278,7 @@ const Table = ({ onSurfaceClick: (p: THREE.Vector3, n: THREE.Vector3) => void; onEdgeClick: (p: THREE.Vector3, n: THREE.Vector3) => void; }) => { - const handleClick = (e: ThreeEvent) => { + const handleClick = (e: ThreeEvent) => { e.stopPropagation(); if (!e.intersections[0].face) return; const n = e.intersections[0].face.normal; @@ -293,12 +293,12 @@ const Table = ({ return ( {/* Tampo Superior */} - + {/* Prateleira Inferior */} - +