mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-12 02:00:40 +08:00
Fix relationship coming over table
This commit is contained in:
@@ -22,7 +22,9 @@ export default function Relationship(props) {
|
||||
props.data.startX,
|
||||
props.data.endX,
|
||||
props.data.startY,
|
||||
props.data.endY
|
||||
props.data.endY,
|
||||
props.data.startFieldId,
|
||||
props.data.endFieldId
|
||||
)}
|
||||
stroke={hovered ? "blue" : "gray"}
|
||||
fill="none"
|
||||
|
||||
Reference in New Issue
Block a user