fix: [relationships] objects link

This commit is contained in:
terrtia 2024-06-10 10:10:45 +09:00
parent 2ca42c78d3
commit de1342527f
No known key found for this signature in database
GPG key ID: 1E1B1F50D84613D0

View file

@ -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');
}