summaryrefslogtreecommitdiff
path: root/src/client/view/graph_view.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/view/graph_view.js')
-rw-r--r--src/client/view/graph_view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/view/graph_view.js b/src/client/view/graph_view.js
index 43a7e849..178a5209 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -224,7 +224,7 @@ function GraphView(spec) {
view.edge_info.on_delete(function () {
view.edge_info.hide();
- graph.removeLink(that.link);
+ graph.links_rm([that.link]);
});
view.edge_info.show(d);
selection.update([src, dst]);