From 6457539e9b38aef6a0146fc059c9dbe533890d39 Mon Sep 17 00:00:00 2001 From: eqypo9 Date: Tue, 10 Dec 2024 01:16:39 +0900 Subject: [PATCH] Fix: Popular Sports maxDragDistance --- src/components/MapHome/PopularSports/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MapHome/PopularSports/index.tsx b/src/components/MapHome/PopularSports/index.tsx index 2e41128..7548121 100644 --- a/src/components/MapHome/PopularSports/index.tsx +++ b/src/components/MapHome/PopularSports/index.tsx @@ -23,7 +23,7 @@ export default function PopularSports({ const [position, setPosition] = useState(0); const [isDragging, setIsDragging] = useState(false); const initialY = useRef(0); - const maxDragDistance = 170; + const maxDragDistance = 130; const [currentOptions, setCurrentOptions] = useState<{ [key: string]: string;