mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-03 07:37:04 +02:00
Fix group element removing (#1676)
This commit is contained in:
@@ -21,7 +21,7 @@ type _ExcalidrawElementBase = Readonly<{
|
||||
version: number;
|
||||
versionNonce: number;
|
||||
isDeleted: boolean;
|
||||
groupIds: GroupId[];
|
||||
groupIds: readonly GroupId[];
|
||||
}>;
|
||||
|
||||
export type ExcalidrawSelectionElement = _ExcalidrawElementBase & {
|
||||
|
Reference in New Issue
Block a user