diff --git a/src/hooks/roofcover/useRoofAllocationSetting.js b/src/hooks/roofcover/useRoofAllocationSetting.js index a49e856e..a662f330 100644 --- a/src/hooks/roofcover/useRoofAllocationSetting.js +++ b/src/hooks/roofcover/useRoofAllocationSetting.js @@ -554,11 +554,6 @@ export function useRoofAllocationSetting(id) { canvas.remove(roofBase) }) - /** 벽면 삭제 */ - wallLines.forEach((wallLine) => { - canvas.remove(wallLine) - }) - /** 데이터 설정 */ const newRoofList = currentRoofList.map((roof, idx) => { return { ...roof, index: idx, ...basicInfo, raft: roof.raft ? roof.raft : roof.raftBaseCd }