|
@@ -353,7 +353,7 @@ export class EditScence extends SGraphScene {
|
|
|
//设置状态
|
|
|
Polylines.status = SItemStatus.Normal;
|
|
|
this.addItem(Polylines);
|
|
|
- this.Nodes.push(Polylines);
|
|
|
+ // this.Nodes.push(Polylines);
|
|
|
this.finishCreated(Polylines)
|
|
|
this.focusItem = Polylines;
|
|
|
this.scenceUpdate(this);
|