summaryrefslogtreecommitdiff
path: root/src/client/rz_core.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/rz_core.js')
-rw-r--r--src/client/rz_core.js1
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);
}
);