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
Comment #1
sepgil commentedI 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.
Comment #2
sepgil commentedChanged status.