diff --git a/src/components/three/ModelViewer.tsx b/src/components/three/ModelViewer.tsx index 68c308b..3d2a9f1 100644 --- a/src/components/three/ModelViewer.tsx +++ b/src/components/three/ModelViewer.tsx @@ -529,7 +529,7 @@ function HoverDetector() { if (!inMeasure) { hideTimer.current = setTimeout(() => setHoverInfo(null), 4000); } - }, 2000); + }, 1000); }; const onLeave = () => {