From 0b5dec488091f65201af2881789b8424794cb890 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 3 Mar 2015 23:58:55 +0200 Subject: client: fix toolbar buttons flashing when augmenting |selection|>=2 --- src/client/view/selection.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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); -- cgit v1.3.1