aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
diff options
context:
space:
mode:
authorFawn <fangrui_tong@brown.edu>2019-06-20 17:12:48 -0400
committerFawn <fangrui_tong@brown.edu>2019-06-20 17:12:48 -0400
commite6ebed17e6ddb2ccee81d65fcb451a9b54302762 (patch)
treed614e48439da83bcdeb596099d7ecdab1bb8ad88 /src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
parent4360287e6cafcb59af1ae62fc31ddc161bcf2e51 (diff)
links can be made from freeform view to treeview
Diffstat (limited to 'src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx')
-rw-r--r--src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
index 13b5dc575..ca55b0ff0 100644
--- a/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
+++ b/src/client/views/collections/collectionFreeForm/CollectionFreeFormLinkView.tsx
@@ -58,7 +58,7 @@ export class CollectionFreeFormLinkView extends React.Component<CollectionFreeFo
return (
<>
<line className="linkview-line linkview-ele"
- style={{ strokeWidth: `${2 * 1 / 2}` }}
+ // style={{ strokeWidth: `${2 * 1 / 2}` }}
x1={`${x1}`} y1={`${y1}`}
x2={`${x2}`} y2={`${y2}`} />