mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: frame add/remove/z-index ordering changes (#7194)
This commit is contained in:
parent
f098789d16
commit
0f81c30276
5 changed files with 512 additions and 212 deletions
|
@ -94,7 +94,7 @@ export class API {
|
|||
angle?: number;
|
||||
id?: string;
|
||||
isDeleted?: boolean;
|
||||
frameId?: ExcalidrawElement["id"];
|
||||
frameId?: ExcalidrawElement["id"] | null;
|
||||
groupIds?: string[];
|
||||
// generic element props
|
||||
strokeColor?: ExcalidrawGenericElement["strokeColor"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue