iVis-at-Bilkent / cytoscape.js-undo-redo

A Cytoscape.js extension to provide an undo-redo framework
MIT License
46 stars 9 forks source link

Undo / redo for changeParents not working #16

Closed Rgtemze closed 5 years ago

Rgtemze commented 5 years ago

I am using the latest version of cytoscape.js. I can change the parents using that function but cannot undo and redo it. This might be because of the change in cytoscape's move function which used to operate on a clone rather than being in-place.

hasanbalci commented 5 years ago

@Rgtemze Can you verify the fix and close the issue?

Rgtemze commented 5 years ago

Thanks a lot that worked.