feat(history): add undo redo stack
This commit is contained in:
@@ -25,5 +25,6 @@ export function createInitialAppState(name = "Untitled"): AppState {
|
||||
assets: [],
|
||||
},
|
||||
editor: initialEditorState,
|
||||
history: { past: [], future: [] },
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user