From 07312389cc22fd4101ba8df7083f0b63f22cb266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?junh=5Feee=28=EC=9D=B4=EC=A4=80=ED=9D=AC=29?= Date: Wed, 29 Nov 2023 17:02:10 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=96=89=EA=B5=AC=EC=97=AD=20?= =?UTF-8?q?=EC=A2=8C=ED=91=9C=EC=A0=95=EB=B3=B4=EC=B0=BD=20=EC=BB=A4?= =?UTF-8?q?=EC=84=9C=20=ED=8F=AC=EC=9D=B8=ED=84=B0=20style=20=EC=A1=B0?= =?UTF-8?q?=EA=B1=B4=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/laanc/map/LaancAreaMap.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/components/laanc/map/LaancAreaMap.js b/src/components/laanc/map/LaancAreaMap.js index f84e2f5..4750a1c 100644 --- a/src/components/laanc/map/LaancAreaMap.js +++ b/src/components/laanc/map/LaancAreaMap.js @@ -376,7 +376,13 @@ export default function LaancAreaMap({
+ scrollRef?.current?.clientWidth + ? 'pointer' + : 'default' + }} ref={scrollRef} onMouseDown={onMouseDown} onMouseMove={isDrag ? throttle(onMouseMove, 50) : null}