Skip to content
Snippets Groups Projects
Commit 1f91e4cf authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

Fix issue: use correct selection to set struct image

parent 3f553362
No related branches found
No related tags found
No related merge requests found
Pipeline #128478 failed
......@@ -153,7 +153,7 @@ function drawGenes(genesGroup) {
exit => exit.remove()
)
genesSelection.attr("transform", d => `translate(${d.x},${d.y})`)
genesGroup.select("image")
genesSelection.select("image")
.attr("href", d => d?.structImg)
.attr("width", d => d.width)
.attr("height", d => d.height)
......
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