Skip to content

Commit 4faa00d

Browse files
removed the curve option in the link selection as it was confusing
1 parent bff41d2 commit 4faa00d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/app/components/LinkControls.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
2+
// Font size of the Controls label and Dropdowns
33
const controlStyles = { fontSize: 10 };
44

55
type Props = {
@@ -54,7 +54,6 @@ export default function LinkControls({
5454
>
5555
<option value='diagonal'>Diagonal</option>
5656
<option value='step'>Step</option>
57-
<option value='curve'>Curve</option>
5857
<option value='line'>Line</option>
5958
</select>
6059
{linkType === 'step' && layout !== 'polar' && (

0 commit comments

Comments
 (0)