mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-21 16:29:58 +02:00
clear selection from copied/duplicatated group (#1973)
Co-authored-by: rene_mbp <harryloveslearning@googlemail.com> Co-authored-by: dwelle <luzar.david@gmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ export class ActionManager implements ActionsManagerInterface {
|
||||
|
||||
updater: UpdaterFn;
|
||||
|
||||
getAppState: () => AppState;
|
||||
getAppState: () => Readonly<AppState>;
|
||||
|
||||
getElementsIncludingDeleted: () => readonly ExcalidrawElement[];
|
||||
|
||||
|
Reference in New Issue
Block a user