wallLine 제거되는 현상 수정

This commit is contained in:
hyojun.choi 2026-01-26 13:40:17 +09:00
parent 75326e38ee
commit f0ecc17dff

View File

@ -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 }