YaolongHan преди 4 години
родител
ревизия
ca4baa5b32
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      persagy-web-big-edit/src/items/SBasePipe.ts

+ 2 - 0
persagy-web-big-edit/src/items/SBasePipe.ts

@@ -110,6 +110,8 @@ export class SBasePipe extends SBasePolylineEdit {
     constructor(parent: SGraphItem | null, data: Relation) {
         super(parent);
         this.relationData = data;
+           // 求掉选中框
+        this.showSelect = false;
     }
 
     /**