- 주석 제거
This commit is contained in:
parent
57ce17a932
commit
d0eee3cb60
@ -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}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user