From d58812ef1cbd9b558f910f4ad2451fe913e2413a Mon Sep 17 00:00:00 2001 From: ysCha Date: Thu, 18 Dec 2025 17:10:30 +0900 Subject: [PATCH] =?UTF-8?q?index=EA=B0=80=20=EC=9E=98=EB=AA=BB=EB=93=A4?= =?UTF-8?q?=EC=96=B4=EC=98=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/util/skeleton-utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/util/skeleton-utils.js b/src/util/skeleton-utils.js index af8b7f39..48b6c99b 100644 --- a/src/util/skeleton-utils.js +++ b/src/util/skeleton-utils.js @@ -745,10 +745,10 @@ const createInnerLinesFromSkeleton = (roofId, canvas, skeleton, textMode) => { const movedLines = [] // 조건에 맞는 라인들만 필터링 - const validWallLines = wallLines.filter((wallLine, index) => wallLine.idx - 1 === index); + //const validWallLines = wallLines.filter((wallLine, index) => wallLine.idx - 1 === index); - validWallLines.forEach((wallLine, index) => { + wallLines.forEach((wallLine, index) => { const originalIndex = wallLines.indexOf(wallLine); const roofLine = sortRoofLines[originalIndex];