From c10a46e86faa4dfe9679a8f1e7668523872d7ff6 Mon Sep 17 00:00:00 2001 From: Jaeyoung Lee Date: Wed, 13 Aug 2025 11:29:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B6=88=ED=95=84=EC=9A=94=20=EB=9D=BC?= =?UTF-8?q?=EC=9D=B8=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/fabric/QPolygon.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/fabric/QPolygon.js b/src/components/fabric/QPolygon.js index cbfbaf48..7c52a0ad 100644 --- a/src/components/fabric/QPolygon.js +++ b/src/components/fabric/QPolygon.js @@ -285,7 +285,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, { isGable = true } } - const hasShed = types.includes(LINE_TYPE.WALLLINE.SHED) + let isShed = false if (types.includes(LINE_TYPE.WALLLINE.SHED)) { const sheds = this.lines.filter((line) => line.attributes !== undefined && line.attributes.type === LINE_TYPE.WALLLINE.SHED)