From fb67d553eaf8966d301b7c038e515cd771aa917a Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 5 May 2015 12:12:48 +0300 Subject: client: add distinct links selection --- src/client/keyshortcuts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client/keyshortcuts.js') diff --git a/src/client/keyshortcuts.js b/src/client/keyshortcuts.js index eb21ea29..e2daaef7 100644 --- a/src/client/keyshortcuts.js +++ b/src/client/keyshortcuts.js @@ -23,7 +23,7 @@ function install() { $('#textanalyser').focus(); } if (e.ctrlKey && '9' === key) { - rz_core.main_graph_view.nodes__user_visible(selection.related(), true); + rz_core.main_graph_view.nodes__user_visible(selection.related_nodes(), true); handled = true; } if (e.ctrlKey && '0' === key) { -- cgit v1.3.1