From d129093519cf513eb3c47083448de04979eff89f Mon Sep 17 00:00:00 2001 From: PhilippMDoerner Date: Mon, 9 Dec 2024 18:16:49 +0100 Subject: [PATCH] Expand explainer --- src/app/campaign/pages/graph-page/graph-page.component.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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({