Applying & emitting increments on undo / redo

This commit is contained in:
Marcel Mraz
2024-12-11 21:35:21 +01:00
parent 59a0653fd4
commit 15d2942aaa
18 changed files with 8287 additions and 8355 deletions

View File

@@ -32,7 +32,7 @@ export interface ChangesRepository {
getLastVersion(): number;
}
// TODO: should come from the shared types package
// CFDO: should come from the shared types package
export type ExcalidrawElement = {
id: string;
type: any;