mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
fix: [relationships] objects link
This commit is contained in:
parent
2ca42c78d3
commit
de1342527f
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ function zoomed(event, d) {
|
|||
container_graph.attr("transform", event.transform);
|
||||
}
|
||||
|
||||
function doubleclick (d) {
|
||||
function doubleclick (event, d) {
|
||||
window.open(d.url, '_blank');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue