From f0ecc17dff23163a8b0f4f8abda6756c33410602 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Mon, 26 Jan 2026 13:40:17 +0900 Subject: [PATCH] =?UTF-8?q?wallLine=20=EC=A0=9C=EA=B1=B0=EB=90=98=EB=8A=94?= =?UTF-8?q?=20=ED=98=84=EC=83=81=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/roofcover/useRoofAllocationSetting.js | 5 ----- 1 file changed, 5 deletions(-) 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 }