Repositories / Excalidraw
Focused tour of drawing, rendering, history, and collaboration paths; not a whole-project map.
History stacks and delta application for undoing or redoing visible editor changes.
Stored evidence from this immutable analysis snapshot
public undo(elements: SceneElementsMap, appState: AppState) {return this.perform(elements,appState,() => History.pop(this.undoStack),(entry: HistoryDelta) => History.push(this.redoStack, entry),);}