diff options
| author | Alon Levy <alon@pobox.com> | 2015-05-05 12:12:48 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-05-05 13:54:23 +0300 |
| commit | fb67d553eaf8966d301b7c038e515cd771aa917a (patch) | |
| tree | a44203d76df4e13c390672aff6e3181f45a61baf /src/client/keyshortcuts.js | |
| parent | f56d42f3ed53c37e7c9cb5a88206431e1d12abbb (diff) | |
client: add distinct links selection
Diffstat (limited to 'src/client/keyshortcuts.js')
| -rw-r--r-- | src/client/keyshortcuts.js | 2 |
1 files changed, 1 insertions, 1 deletions
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) { |
