Explorar el Código

管线去掉选中框

YaolongHan hace 4 años
padre
commit
ca4baa5b32
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;
     }
 
     /**