Skip to content

Commit ff2c730

Browse files
added comments to the link control
1 parent 2fe2551 commit ff2c730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/app/components/LinkControls.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,11 @@ export default function LinkControls({
4444
value={orientation}
4545
disabled={layout === 'polar'}
4646
>
47-
<option value='vertical'>Vertical</option>
4847
<option value='horizontal'>Horizontal</option>
48+
<option value='vertical'>Vertical</option>
4949
</select>
5050
&nbsp;&nbsp;
51+
{/* Controls for the link selections. When Cartesian and Horizontal are selection the link has been disabled as it was causing a rendering issue */}
5152
<label>Link:</label>
5253
&nbsp;
5354
<select

0 commit comments

Comments
 (0)