kaoto
kaoto copied to clipboard
Investigate how to implement an Undo / Revert functionality in the graphical designer
There might be separate libraries out there which could help to maintain a stack of undo-able steps / versions of the integration. We then also need to wire that functionality in VSCode to CTRL-Z.
I think that the Multiplying architecture is already providing the API to support that.
I think that the Multiplying architecture is already providing the API to support that.
I'll double check but I think that what is offered is hooks to know when the undo/redo commands have been triggered, so is very likely we still need to do some work in Kaoto. :smile: