Repositories / Excalidraw
Focused tour of drawing, rendering, history, and collaboration paths; not a whole-project map.
Snapshot store that queues and emits durable increments used by history and synchronization.
Stored evidence from this immutable analysis snapshot
const delta = "delta" in params ? params.delta : undefined;this.scheduledMicroActions.push(() =>this.processAction({action,change,delta,}),
);