|
@@ -144,6 +144,8 @@ export class SLineItem extends SGraphItem {
|
|
|
this.line[1] = p;
|
|
|
this.recordAction(SGraphPointListInsert, [this.line, p, 1]);
|
|
|
this.status = SItemStatus.Normal;
|
|
|
+ this.releaseItem();
|
|
|
+ this.$emit("finishCreated");
|
|
|
}
|
|
|
this._xyzListToSPointList(this.line);
|
|
|
this.update();
|