cytoscape / cytoscape.js-edgehandles

Edge creation UI extension for Cytoscape.js
MIT License
167 stars 87 forks source link

Handle appearing on handle on mouseover #149

Closed umdstu closed 4 years ago

umdstu commented 4 years ago

Good morning!

For some reason that I have yet to be able to figure out, my handles have handles when they are moused over. I can't for the life of me figure out how yet. I had made some changes to this library when working on previous PR's, and I have quite a bit of custumization of cytoscape-sbgn-stylesheet, so I'm sure I did something somewhere to cause this. The only weird thing I've noticed is that the mouseover event fires twice when I mouseover the node. It makes no sense.

I was hoping you might be able to point me to the right part of code that would be a likely culprit for this.

I'm sure the outcome of #143 will make this all moot but i dont expect that near term.

Would appreciate any guidance.

Thanks

umdstu commented 4 years ago

I found out I had registered the handler twice. Sorry