From b4a7bb2e48bf33faecb03130a44d567e12ae6123 Mon Sep 17 00:00:00 2001 From: ysCha Date: Mon, 15 Dec 2025 18:21:40 +0900 Subject: [PATCH] =?UTF-8?q?skt=EC=88=98=EC=A0=952?= 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 ce438072..b3a59e79 100644 --- a/src/util/skeleton-utils.js +++ b/src/util/skeleton-utils.js @@ -650,7 +650,7 @@ const createInnerLinesFromSkeleton = (roofId, canvas, skeleton, textMode) => { canvas.renderAll(); }); - if((roof.moveUpDown??0 > 0) ) { + //if((roof.moveUpDown??0 > 0) ) { // 같은 라인이 없으므로 새 다각형 라인 생성 //라인 편집 @@ -1545,7 +1545,7 @@ const createInnerLinesFromSkeleton = (roofId, canvas, skeleton, textMode) => { canvas.renderAll() }); - } + // } if (findPoints.length > 0) { // 모든 점에 대해 라인 업데이트를 누적