mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-26 16:01:30 +08:00
Merge pull request #1043 from sergkot2020/right-angle-link-fix
Update RightAngleLinkWidget.tsx
This commit is contained in:
@ -188,6 +188,7 @@ export class RightAngleLinkWidget extends React.Component<RightAngleLinkProps, R
|
|||||||
//ensure id is present for all points on the path
|
//ensure id is present for all points on the path
|
||||||
let points = this.props.link.getPoints();
|
let points = this.props.link.getPoints();
|
||||||
let paths = [];
|
let paths = [];
|
||||||
|
this.refPaths = [];
|
||||||
|
|
||||||
// Get points based on link orientation
|
// Get points based on link orientation
|
||||||
let pointLeft = points[0];
|
let pointLeft = points[0];
|
||||||
@ -286,7 +287,6 @@ export class RightAngleLinkWidget extends React.Component<RightAngleLinkProps, R
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
this.refPaths = [];
|
|
||||||
return <g data-default-link-test={this.props.link.getOptions().testName}>{paths}</g>;
|
return <g data-default-link-test={this.props.link.getOptions().testName}>{paths}</g>;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user