mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: stats state leaking & race conds (#8177)
This commit is contained in:
parent
6ba9bd60e8
commit
744b3e5d09
14 changed files with 945 additions and 761 deletions
|
@ -2,7 +2,6 @@ import type { RoughCanvas } from "roughjs/bin/canvas";
|
|||
import type { Drawable } from "roughjs/bin/core";
|
||||
import type {
|
||||
ExcalidrawElement,
|
||||
ExcalidrawTextElement,
|
||||
NonDeletedElementsMap,
|
||||
NonDeletedExcalidrawElement,
|
||||
NonDeletedSceneElementsMap,
|
||||
|
@ -96,10 +95,6 @@ export type SceneScroll = {
|
|||
scrollY: number;
|
||||
};
|
||||
|
||||
export interface Scene {
|
||||
elements: ExcalidrawTextElement[];
|
||||
}
|
||||
|
||||
export type ExportType =
|
||||
| "png"
|
||||
| "clipboard"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue