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
And my question, how do I avoid overlaps between the editing handles and the edge drawing handle. I would like to have the latest one on top (or remove the middle top editing handle)
The text was updated successfully, but these errors were encountered:
Hi @Hoogkamer, I think you can have the drawing handle on top by increasing its z-index value. We don't have an option to remove the middle top handle, but you can disable it by using isFixedAspectRatioResizeMode option which allows to edit node size only from corners of the node. Thanks for noticing us about the missing "comma".
Edit: You can also make the middle top and middle bottom handles transparent by using inactiveGrappleStroke option after you disable them.
Hi @hasanbalci I already tried playing with z-index value on the node for the edge handle, but that did not work. I created a PR so one can select the visible resize handles himself
@Hoogkamer Thanks for the PR, can you please open it to the unstable branch as the development is done first in the unstable branch and then we merge it to the master before the release?
Hi, thanks for this nice work!
First a little ' bug': you forgot a comma in the documentation of the Default Options for the 'cursors' property (this page: https://github.com/iVis-at-Bilkent/cytoscape.js-node-editing)
And my question, how do I avoid overlaps between the editing handles and the edge drawing handle. I would like to have the latest one on top (or remove the middle top editing handle)
The text was updated successfully, but these errors were encountered: