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/buttons.js | |
| parent | f56d42f3ed53c37e7c9cb5a88206431e1d12abbb (diff) | |
client: add distinct links selection
Diffstat (limited to 'src/client/buttons.js')
| -rw-r--r-- | src/client/buttons.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/buttons.js b/src/client/buttons.js index a78c8619..c2c5c785 100644 --- a/src/client/buttons.js +++ b/src/client/buttons.js @@ -261,7 +261,7 @@ $('#btn_zoom_in').asEventStream('click') }); $('#btn_zoom_to_selection').asEventStream('click') - .map(selection.related) + .map(selection.related_nodes) .onValue(function (selected) { rz_core.main_graph_view.nodes__user_visible(selected, true); }); |
