You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The real bug is not related to undo/redo. The real bug is actually "some nodes being unselected for no reason".
When snapToGridDuringDrag option is true, after moving selected items only one stays selected. They should stay selected. They do stay selected when snapToGridDuringDrag is false. Can be seen in the below screencast. In the video, for no reason, a node becomes unselected.
Seems like setting
snapToGridDuringDrag: true
somehow messes with the undo stack of https://github.com/iVis-at-Bilkent/cytoscape.js-undo-redoHere's what I get:
This doesn't happen with
snapToGridDuringDrag: false
Thanks!!
The text was updated successfully, but these errors were encountered: