배치면 그리기 - 수직 수평모드 작동 수정

This commit is contained in:
hyojun.choi 2025-05-20 18:37:38 +09:00
parent 4ec191dcb0
commit ee2417cf6f

View File

@ -100,7 +100,7 @@ export function usePlacementShapeDrawing(id) {
initEvent()
handleSelectableObjects(['lineGrid', 'tempGrid', 'adsorptionPoint'], true)
}
}, [])
}, [verticalHorizontalMode, points, adsorptionRange])
useEffect(() => {
setPoints([])