diff --git a/src/components/common/draggable/WithDraggable.jsx b/src/components/common/draggable/WithDraggable.jsx index 99123e49..fe74088c 100644 --- a/src/components/common/draggable/WithDraggable.jsx +++ b/src/components/common/draggable/WithDraggable.jsx @@ -25,6 +25,7 @@ export default function WithDraggable({ isShow, children, pos = { x: 0, y: 0 }, position={{ x: position.x, y: position.y }} onDrag={(e, data) => handleOnDrag(e, data)} handle= ''//{handle === '' ? '.modal-handle' : handle} //전체 handle + cancel="input, button, select, textarea, [contenteditable]" >
{children}