Преглед на файлове

修改点选重复添加问题

haojianlong преди 4 години
родител
ревизия
cd7bb80654
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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);