mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Fix history initialization (#2115)
This commit is contained in:
parent
9cac7816cc
commit
aaddde5dd9
9 changed files with 1052 additions and 48 deletions
|
@ -192,7 +192,7 @@ export class UI {
|
|||
size?: number;
|
||||
width?: number;
|
||||
height?: number;
|
||||
},
|
||||
} = {},
|
||||
): T extends "arrow" | "line" | "draw"
|
||||
? ExcalidrawLinearElement
|
||||
: T extends "text"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue