SimonBuxx / LogiJS

Discover and create logic circuits
https://logijs.com
GNU General Public License v3.0
42 stars 6 forks source link

TODO: Implement undo/redo for operations on selections #31

Closed SimonBuxx closed 6 years ago

SimonBuxx commented 6 years ago

Selected parts of the sketch can be moved and can be copied and deleted in the future. This should be undoable, otherwise, undoing wire operations done before moving, will reset all wires to their old position. Copying and deleting should have undo options as well.

SimonBuxx commented 6 years ago

Undo/Redo is done for moving selections, altough Issue #32 is a problem. Copy and delete will follow in the future.

SimonBuxx commented 6 years ago

Issue #32 is now closed, therefore I consider this one as done. Undo/Redo for copy/delete will be implemented after these features itself are done.