cytoscape.js-undo-redo icon indicating copy to clipboard operation
cytoscape.js-undo-redo copied to clipboard

A Cytoscape.js extension to provide an undo-redo framework

Results 3 cytoscape.js-undo-redo issues
Sort by recently updated
recently updated
newest added

I am using edgehandles to draw edges, when I added an edge and then undo, it will delete the last added or target node , I need to call ur.do('add',...

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.0 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - [`a4bcf3e`](https://github.com/jonschlinkert/mixin-deep/commit/a4bcf3ef9cdc144c4c39ff8f1e1f566f338c477e) 1.3.1 - [`578b0bc`](https://github.com/jonschlinkert/mixin-deep/commit/578b0bc5e74e14de9ef4975f504dc698796bdf9c) exclude __proto__ - See full...

dependencies

i'm wondering how to use undo/redo together with automove? for now it seems that undo/redo only affects directly grabbed nodes (see [fiddle](https://jsfiddle.net/69kj3mra/4/)). is there a way to include automoved nodes...

Low