Seems like setting snapToGridDuringDrag: true somehow messes with the undo stack of https://github.com/iVis-at-Bilkent/cytoscape.js-undo-redo
Here's what I get:
- selected multiple elements
- drag to move them all
- press cmd+z to undo
- only a single (the last) item moved back to previous position
This doesn't happen with snapToGridDuringDrag: false
Thanks!!