mirror of
https://github.com/drawdb-io/drawdb.git
synced 2026-02-13 02:12:56 +08:00
Add sidesheet for editing relationships
This commit is contained in:
@@ -117,7 +117,7 @@ function Relationship({ relationship, tables }) {
|
||||
}
|
||||
|
||||
return (
|
||||
<g className="select-none" onClick={() => console.log(pathRef.current)}>
|
||||
<g className="select-none">
|
||||
<path
|
||||
ref={pathRef}
|
||||
d={calcPath({
|
||||
|
||||
Reference in New Issue
Block a user