Compare commits

..

No commits in common. "072e80b64dacad0e75941ebe2ca65d8e2d3dc53d" and "9b0d5697a577b9f27d54ebc44b10fab0148dd408" have entirely different histories.

View File

@ -25,7 +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], .sort-select"
cancel="input, button, select, textarea, [contenteditable]"
>
<div className={`modal-pop-wrap ${className}`} style={{ visibility: isHidden ? 'hidden' : 'visible' }}>
{children}