Skip to content

Commit

Permalink
fix accessibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vincerubinetti committed Nov 7, 2024
1 parent 1dc35bd commit 4b6a688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Network.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -629,6 +629,7 @@ const Network = ({ nodes: _nodes, edges: _edges }: Props) => {
hAlign="left"
vAlign="top"
className={classes.legend}
tabIndex={0}
>
{selectedItems.length ? (
/** show info about selected nodes/edges */
Expand Down

0 comments on commit 4b6a688

Please sign in to comment.