- 주석 제거

This commit is contained in:
minsik 2024-12-03 13:08:46 +09:00
parent 57ce17a932
commit d0eee3cb60

View File

@ -17,8 +17,7 @@ export default function GridCopy(props) {
const currentObject = useRecoilValue(currentObjectState)
const { copy } = useGrid()
const handleApply = () => {
// copy(currentObject, )
copy(currentObject, ['↑', '←'].includes(arrow) ? Number(length) * -1 : Number(length))
copy(currentObject, ['↑', '←'].includes(arrow) ? +length * -1 : +length)
}
return (
<WithDraggable isShow={true} pos={pos}>