diff options
| author | Alon Levy <alon@pobox.com> | 2015-04-12 14:13:57 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-04-12 14:13:59 +0200 |
| commit | 7c5c6a917c8bce9d538c51becaf9a06fb1741bf5 (patch) | |
| tree | f60cb36ddca2e612e44756defcaafda9c39a8a50 /src/client/rz_core.js | |
| parent | 8d16cbce9ec8aa139404f1823c4b68e0b4c1c02a (diff) | |
client/selection: rename: selected & related
selected nodes - nodes the user selected directly, via search or click.
related - nodes that we choose to show the user as a result of the
selection made.
Diffstat (limited to 'src/client/rz_core.js')
| -rw-r--r-- | src/client/rz_core.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/rz_core.js b/src/client/rz_core.js index b4c191dd..fd947744 100644 --- a/src/client/rz_core.js +++ b/src/client/rz_core.js @@ -72,7 +72,6 @@ var initDrawingArea = function () { // but there is no coordination, resulting in double updates. selection.selectionChangedBus.onValue( function() { - main_graph.setRegularState(); update_view__graph(false); } ); |
