JSPlumb currently doesn't allows to delete specific connections between two endpoints if there are multiple endpoints attached to the windows. The jsPlumb.detach function will only delete the first of multiple connections of one window, but that wouldn't be very userfriendly. Besides it requires the window id as parameter and it's kind of hard to detemain wich connection specificly was deleted.

Comments

sepgil’s picture

I implemented a temporary disconnect function. Users will have to drag a variable of onto a connected selector to disconnect this selector. But since the connection still would be visible, the page has to reload.

sepgil’s picture

Category: bug » feature
Priority: Critical » Major

Changed status.