summaryrefslogtreecommitdiff
path: root/src/rz_core.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/rz_core.js')
-rw-r--r--src/rz_core.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/rz_core.js b/src/rz_core.js
index 276887ac..64bbc469 100644
--- a/src/rz_core.js
+++ b/src/rz_core.js
@@ -225,8 +225,6 @@ function update_view__graph(no_relayout) {
});
view.edge_info.show(d);
selection.update([src, dst]);
- src.state = 'chosen';
- dst.state = 'chosen';
update_view__graph(true);
});