summaryrefslogtreecommitdiff
path: root/src/client/view
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/view')
-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 6fc2a72f..02bb8964 100644
--- a/src/client/view/graph_view.js
+++ b/src/client/view/graph_view.js
@@ -285,7 +285,7 @@ function GraphView(spec) {
view.edge_info.on_delete(function () {
view.edge_info.hide();
- graph.links_rm([that.link]);
+ graph.links__delete([that.link.id]);
});
view.edge_info.show(d);
selection.update([src, dst], d3.event.shiftKey);