diff --git a/src/app/campaign/pages/graph-page/graph-page.component.ts b/src/app/campaign/pages/graph-page/graph-page.component.ts index 9ca230541..a29551840 100644 --- a/src/app/campaign/pages/graph-page/graph-page.component.ts +++ b/src/app/campaign/pages/graph-page/graph-page.component.ts @@ -102,7 +102,7 @@ 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', }, { @@ -110,6 +110,11 @@ const GRAPH_INTERACTIONS = [ 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({