mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-07 01:27:10 +02:00
Remove previously loaded scenes (#734)
As mentioned in #724, the current implementation is suboptimal. Let's remove it until we come back with a better design. Fixes #724
This commit is contained in:

committed by
GitHub

parent
8d64ec8153
commit
935a7f58a7
@@ -16,10 +16,4 @@ export interface Scene {
|
||||
elements: ExcalidrawTextElement[];
|
||||
}
|
||||
|
||||
export interface PreviousScene {
|
||||
id: string;
|
||||
k?: string;
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
export type ExportType = "png" | "clipboard" | "backend" | "svg";
|
||||
|
Reference in New Issue
Block a user