- 주석 제거
This commit is contained in:
parent
57ce17a932
commit
d0eee3cb60
@ -17,8 +17,7 @@ export default function GridCopy(props) {
|
|||||||
const currentObject = useRecoilValue(currentObjectState)
|
const currentObject = useRecoilValue(currentObjectState)
|
||||||
const { copy } = useGrid()
|
const { copy } = useGrid()
|
||||||
const handleApply = () => {
|
const handleApply = () => {
|
||||||
// copy(currentObject, )
|
copy(currentObject, ['↑', '←'].includes(arrow) ? +length * -1 : +length)
|
||||||
copy(currentObject, ['↑', '←'].includes(arrow) ? Number(length) * -1 : Number(length))
|
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<WithDraggable isShow={true} pos={pos}>
|
<WithDraggable isShow={true} pos={pos}>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user