From 74fe961ad8ea252ac5a8f560dee1c7feaacbab33 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 14:02:28 +0000 Subject: [PATCH] Changes Co-authored-by: Reifonas <211114984+Reifonas@users.noreply.github.com> --- src/components/three/ModelViewer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = () => {