From 5a64ff945aa470a52328838a2afd0d82a1c610de Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Wed, 25 Feb 2026 10:29:51 +0900 Subject: [PATCH] =?UTF-8?q?#1478=20=EC=99=B8=EB=B2=BD=EC=84=A0=20=EC=9E=91?= =?UTF-8?q?=EC=84=B1=EC=9C=BC=EB=A1=9C=20=EC=A7=80=EB=B6=95=EB=A9=B4=20?= =?UTF-8?q?=ED=95=A0=EB=8B=B9=20=EC=8B=9C=20=EA=B3=84=EC=82=B0=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/usePolygon.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hooks/usePolygon.js b/src/hooks/usePolygon.js index 9481af67..40a3d85f 100644 --- a/src/hooks/usePolygon.js +++ b/src/hooks/usePolygon.js @@ -1955,7 +1955,7 @@ export const usePolygon = () => { forceUpdate = true } - if (polygon.from !== 'surface') { + /*if (polygon.from !== 'surface') { // createdRoofs들의 모든 lines를 확인해서 length값이 1이하인 차이가 있으면 통일 시킨다. const allRoofs = canvas.getObjects().filter((obj) => obj.name === POLYGON_TYPE.ROOF) const allRoofLines = allRoofs.flatMap((roof) => roof.lines) @@ -1978,7 +1978,7 @@ export const usePolygon = () => { } } } - } + }*/ polygon.lines.forEach((line, index) => { if (line.attributes.isCalculated && !forceUpdate) {