If someone know how we can do an UNDO\REDO with blitz. Because I made my own editor and I want to have this feature.
THX
THX
-- User performs a new action. UNDO LIST REDO LIST [ old actions ] [ CLEARED ] [ old actions ] [ old actions ] [ new action ] -- User clicks undo. UNDO LIST REDO LIST [ old actions ] --> [ action moved here ] [ old actions ] | [ old actions ] | [ DELETED ] ----- -- User clicks redo. UNDO LIST REDO LIST [ old actions ] -- [ PERFORMED and DELETED ] [ old actions ] | [ old actions ] | [ moved back here ] <-