iVis-at-Bilkent / cytoscape.js-expand-collapse

A Cytoscape.js extension to expand/collapse nodes for better management of complexity of compound graphs
MIT License
126 stars 37 forks source link

Makes it compatible with EdgeHandles extension #112

Closed favorable-mutation closed 4 years ago

favorable-mutation commented 4 years ago

See #111. This PR has the same change as that one, but on the unstable branch and with gulp build run on the changes.

Edgehandles extension removes the handle node on click, which disables the cue and makes it unclickable. By checking that the removed node is the node with the cue, we make both extensions compatible.

CC: @itf @msalihaltun