From 750ceef8c05aed0c226f103de3a4e9b0e1162a0d Mon Sep 17 00:00:00 2001 From: yoosangwook Date: Wed, 2 Oct 2024 11:34:47 +0900 Subject: [PATCH] refactor: Add modal handle --- src/components/common/draggable/withDraggable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/draggable/withDraggable.jsx b/src/components/common/draggable/withDraggable.jsx index 9f32258..81138e2 100644 --- a/src/components/common/draggable/withDraggable.jsx +++ b/src/components/common/draggable/withDraggable.jsx @@ -13,7 +13,7 @@ export default function WithDraggable({ isShow, children }) { return ( <> {isShow && ( - handleOnDrag(data)}> + handleOnDrag(data)} handle=".modal-header"> {children} )}