From bdef68189837f5b1fa334512beecde5c7f3dbd2f Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Fri, 8 Aug 2025 15:56:17 +0900 Subject: [PATCH] =?UTF-8?q?type=20=EC=9C=A0=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/usePolygon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hooks/usePolygon.js b/src/hooks/usePolygon.js index 6765e13a..86c9a2b9 100644 --- a/src/hooks/usePolygon.js +++ b/src/hooks/usePolygon.js @@ -849,6 +849,7 @@ export const usePolygon = () => { // polygonLine.need = false innerLine.attributes.planeSize = innerLine.attributes.planeSize ?? polygonLine.attributes.planeSize innerLine.attributes.actualSize = innerLine.attributes.actualSize ?? polygonLine.attributes.actualSize + innerLine.attributes.type = polygonLine.attributes.type innerLine.direction = polygonLine.direction innerLine.attributes.isStart = true innerLine.parentLine = polygonLine