Selaa lähdekoodia

Merge branch 'develop' of http://39.106.8.246:3003/web/wanda-editer into develop

zhangyu 4 vuotta sitten
vanhempi
commit
5fc4b43a4e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/components/mapClass/EditScence.ts

+ 1 - 1
src/components/mapClass/EditScence.ts

@@ -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);