fix: frame add/remove/z-index ordering changes (#7194)

This commit is contained in:
David Luzar 2023-10-25 23:16:02 +02:00 committed by GitHub
parent f098789d16
commit 0f81c30276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 512 additions and 212 deletions

View file

@ -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"];