Selaa lähdekoodia

修改点选重复添加问题

haojianlong 4 vuotta sitten
vanhempi
commit
cd7bb80654
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);