From 7e3820e6b1053591bcf3f3871b18a80812cecaa0 Mon Sep 17 00:00:00 2001 From: "hyojun.choi" Date: Tue, 29 Jul 2025 17:09:33 +0900 Subject: [PATCH] =?UTF-8?q?hipandgable=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/hooks/usePolygon.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hooks/usePolygon.js b/src/hooks/usePolygon.js index e5c56854..328687fe 100644 --- a/src/hooks/usePolygon.js +++ b/src/hooks/usePolygon.js @@ -1164,6 +1164,8 @@ export const usePolygon = () => { if (startFlag && endFlag) { if (!representLines.includes(line) && line.attributes.type === LINE_TYPE.WALLLINE.EAVES) { representLines.push(line) + } else if (!representLines.includes(line) && line.attributes.type === LINE_TYPE.WALLLINE.HIPANDGABLE) { + representLines.push(line) } } })