projectstorm / react-diagrams

a super simple, no-nonsense diagramming library written in react that just works
https://projectstorm.cloud/react-diagrams
MIT License
8.58k stars 1.17k forks source link

Showing links above node on hover #802

Closed sinanyaman95 closed 3 years ago

sinanyaman95 commented 3 years ago

I have trouble getting the links to show above nodes. When I change the svg element css to z-index:1; I can see the links above nodes but this time I can't link two ports (I think getMouseElement in diagramEngine doesn't register the port). So is there any possible way to show the link above nodes on hover?

sinanyaman95 commented 3 years ago

Alright, I added an event listener to the link and on "mouseover" I changed the z-index of the svg.