From ca73cb5173cad8b551f187f5bc7ce46650354a89 Mon Sep 17 00:00:00 2001 From: LMS10 Date: Wed, 9 Apr 2025 10:54:16 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Bug:=20=EB=8C=93=EA=B8=80=20?= =?UTF-8?q?=EB=82=B4=EB=B6=80=20=ED=94=84=EB=A1=9C=ED=95=84=20=ED=81=B4?= =?UTF-8?q?=EB=A6=AD=20=EC=8B=9C=20=EB=A7=81=ED=81=AC=20=EC=9D=B4=EB=8F=99?= =?UTF-8?q?=20=EC=9D=B4=EC=8A=88=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Comment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Comment.tsx b/src/components/Comment.tsx index a4c090a..f16828c 100644 --- a/src/components/Comment.tsx +++ b/src/components/Comment.tsx @@ -56,7 +56,7 @@ export default function Comment({ <>
{ - e.stopPropagation(); + e.preventDefault(); setIsProfileModalOpen(true); }} className='cursor-pointer'