Skip to content

Commit

Permalink
Expand explainer
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippMDoerner committed Dec 9, 2024
1 parent 1ff3a2a commit d129093
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/app/campaign/pages/graph-page/graph-page.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,19 @@ const GRAPH_INTERACTIONS = [
description: 'Open a context menu with information about the node',
},
{
event: 'Hovering a link',
event: 'Hovering a link (clicking a link on mobile)',
description: 'Link expand and shows label',
},
{
event: 'Right-click link',
description:
'Open a context menu with possible actions for the link (some may be disabled for specific kinds of links)',
},
{
event: 'Click on graph background',
description:
'Reset node selection, close context menus and reset any links that might have changed',
},
];

@Component({
Expand Down

0 comments on commit d129093

Please sign in to comment.