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