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
123 stars 32 forks source link

Prevent disturbing shape on the expansion a node on the first time #101

Closed raj-reactgeeks closed 4 years ago

raj-reactgeeks commented 4 years ago

I am getting shape disturb issue when I click on plus icon of expand the node for the first time, initially, it makes bigger shape then comes on an actual shape after some time might be in stop layout.

Expand is working very fine from the next expand time without disturbing ui only getting an issue at the first expand only.

Can anyone help me to get an exact shape in initial or fist time expand as well as coming in next expand?

hasanbalci commented 4 years ago

@raj-reactgeeks Please can you provide a JSFiddle or JSBin demo to reproduce this issue?