Commit c3165bf9 authored by Jérome Perrin's avatar Jérome Perrin

set id on dom elements for paths

parent 052adb4d
......@@ -93,6 +93,7 @@
if (remove) {
delete(priv.edge_container[connection.id]);
} else {
$(connection.canvas).attr("id", connection.id)
priv.edge_container[connection.id] = [
that.getNodeId(connection.sourceId),
that.getNodeId(connection.targetId), edge_data || {}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment