We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fe2551 commit ff2c730Copy full SHA for ff2c730
src/app/components/LinkControls.tsx
@@ -44,10 +44,11 @@ export default function LinkControls({
44
value={orientation}
45
disabled={layout === 'polar'}
46
>
47
- <option value='vertical'>Vertical</option>
48
<option value='horizontal'>Horizontal</option>
+ <option value='vertical'>Vertical</option>
49
</select>
50
51
+ {/* Controls for the link selections. When Cartesian and Horizontal are selection the link has been disabled as it was causing a rendering issue */}
52
<label>Link:</label>
53
54
<select
0 commit comments