Simon Porritt
Simon Porritt
@spaceships i know this issue is almost 9 years old but i'm doing one of my regular sweeps for low hanging fruit and this could be such a thing. Did...
thanks for this. i will take a look soon. it sounds cool, and in fact is something that has been requested by a few people over the last year or...
I am a bit wary of this idea. Do you think you could achieve what you want with the concept of "position finders": https://blog.jsplumbtoolkit.com/2022/02/10/anchor-position-finder
I probably wouldnt do the hover with jsplumb, it could be done with a couple of event listeners that you manage: https://jsfiddle.net/8zq5ohb7/1/ ```html ``` ```javascript // remove al classes function...
i should point out that in this case the event listeners are on the container and they're checking for an "el" class on the elements. This might be a little...
copying in a few of the comments...google code is disappearing at the end of this year. Reported by [email protected], Mar 27, 2012 The ability to have 'dangling' connections (the endpoint...
i do like this idea. would you want to move them around, too, without necessarily dropping them anywhere?
(original poster's response) 1. The shape they are connectors for can be moved as normal, the dangling connector doesn't move. 2. The endpoint can be moved around freely; both ending...
that's cool, thanks. with `getDanglingBlock`, though, how do you know where to place it? did you want to place it where the user's mouseup event occurred?
This is a candidate for addition to 4.x.