react-cytoscape icon indicating copy to clipboard operation
react-cytoscape copied to clipboard

Layout auto render

Open cerencimer opened this issue 5 years ago • 0 comments

Each time the state changes the cytoscape layout is rendered again. I don't want to change position of the nodes. Is this due to the react-cytoscape component? If user changes node positions, this changes should be stored. Also, I could not get current position of nodes. The component's layout options and cyRef's layout options are different. If I want to get layout from cy, I count not get layout that is null.

cerencimer avatar Mar 22 '19 07:03 cerencimer