innerLines 초기화 추가

This commit is contained in:
Jaeyoung Lee 2025-09-24 10:48:10 +09:00
parent 46710533b5
commit bbd8a43864

View File

@ -249,6 +249,7 @@ export const QPolygon = fabric.util.createClass(fabric.Polygon, {
// && obj.name !== 'outerLinePoint', // && obj.name !== 'outerLinePoint',
) )
.forEach((obj) => this.canvas.remove(obj)) .forEach((obj) => this.canvas.remove(obj))
this.innerLines = []
this.canvas.renderAll() this.canvas.renderAll()
let textMode = 'plane' let textMode = 'plane'