From bbd8a43864e72b712b891cc48b6c0c4c0d692485 Mon Sep 17 00:00:00 2001 From: Jaeyoung Lee Date: Wed, 24 Sep 2025 10:48:10 +0900 Subject: [PATCH] =?UTF-8?q?innerLines=20=EC=B4=88=EA=B8=B0=ED=99=94=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 c049a541..106a880f 100644 --- a/src/components/fabric/QPolygon.js +++ b/src/components/fabric/QPolygon.js @@ -249,6 +249,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, { // && obj.name !== 'outerLinePoint', ) .forEach((obj) => this.canvas.remove(obj)) + this.innerLines = [] this.canvas.renderAll() let textMode = 'plane'