innerLines 초기화 추가
This commit is contained in:
parent
46710533b5
commit
bbd8a43864
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user