From 3a3ff7c156639cebcbaf4a75af5468d8b2a0b740 Mon Sep 17 00:00:00 2001 From: ysCha Date: Thu, 16 Oct 2025 18:04:09 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=B4=EC=A1=B0=EB=9D=BC=EC=9D=B8=20?= =?UTF-8?q?=EA=B8=B8=EC=9D=B4=20=EB=82=98=EC=98=A4=EC=A7=80=20=EC=95=8A?= =?UTF-8?q?=EC=9D=8C=20=3D>=20obj.name=20!=3D=3D=20'lengthText'=20&&=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/fabric/QPolygon.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/fabric/QPolygon.js b/src/components/fabric/QPolygon.js index 6021afc2..46fbb931 100644 --- a/src/components/fabric/QPolygon.js +++ b/src/components/fabric/QPolygon.js @@ -251,6 +251,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, { obj.parentId === this.id && obj.name !== POLYGON_TYPE.WALL && obj.name !== POLYGON_TYPE.ROOF && + obj.name !== 'lengthText' && obj.name !== 'outerLine' && obj.name !== 'baseLine', // && obj.name !== 'outerLinePoint',