You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.
Note regarding the drawEndpoints option on jsPlumb.connect: with the default behaviour, jsPlumb uses the offsetParent of the source endpoint in a connection to make final adjustments to the position of a connector. When drawEndpoints is set to false, there is no offsetParent of the source endpoint because it is not visible. If your connection lies inside some container other than the document body, the connector will not be able to take that container's offset into account, and will most likely not be in the right place. You should either use the Blank endpoint when you don't want to see one, or instruct jsPlumb to attach everything to the document body (see below).
The zoom buttons work, however there should be some research done into jsPlumb such that zooming does not have unexpected visual results, such as cropping the drawing panel.
While it is implemented and "works", because of visual bugs I am not closing this issue.
jsPlumb supports this, seems relatively easy
https://jsplumbtoolkit.com/doc/zooming.html
The text was updated successfully, but these errors were encountered: