diff options
| author | Alon Levy <alon@pobox.com> | 2015-03-03 23:58:55 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-03-03 23:58:55 +0200 |
| commit | 0b5dec488091f65201af2881789b8424794cb890 (patch) | |
| tree | e0cc9c4a8b5cbc62cdc06081aa6223ef96855ad7 | |
| parent | 9cf21a8b3a1289ed7deccb1e85d62a0379600650 (diff) | |
client: fix toolbar buttons flashing when augmenting |selection|>=2
| -rw-r--r-- | src/client/view/selection.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/view/selection.js b/src/client/view/selection.js index 784a0e1d..95d5f9dd 100644 --- a/src/client/view/selection.js +++ b/src/client/view/selection.js @@ -207,7 +207,6 @@ function arr_compare(a1, a2) var inner_update = function(nodes) { - clear(); root_nodes = nodes; root_nodes__by_id = nodes_to_id_dict(nodes); get_main_graph_view().nodes__user_visible(nodes); |
