feat(history): add undo redo stack
This commit is contained in:
@@ -32,4 +32,6 @@ export const commandIds = {
|
||||
viewportSetSize: "viewport.setSize",
|
||||
viewportReset: "viewport.reset",
|
||||
viewportFitArtboard: "viewport.fitArtboard",
|
||||
historyUndo: "history.undo",
|
||||
historyRedo: "history.redo",
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user