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

allow overriding history using 'reset' #11

Closed lordvlad closed 6 years ago

kinimesi commented 6 years ago

@lordvlad what would be a sample use case of this feature?

lordvlad commented 6 years ago

@kinimesi I had a "persistent" undo-redo implementation in mind, where the undo and redo stacks are saved in localstorage and injected when the page reloads.