NodeEditor
NodeEditor copied to clipboard
Allow undo/redo
Support undoing the last change or redoing the last undo. Either through API or hotkeys - Ctrl+Z, Ctrl+Y
The main issue is ObservableCollection undo/redo, otherwise we can use https://github.com/wieslawsoltes/ReactiveHistory
We can do ObservableCollection using ReactiveProperty as MVVM library but I would prefer to use ReactiveUI or do some abstraction and let user plug it's own library.
Hi, any update on this feature?