mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-12-09 14:04:29 +01:00
Align.
This commit is contained in:
@@ -187,8 +187,8 @@ export class ActionManager {
|
||||
action: Action,
|
||||
opts?: {
|
||||
elements?: readonly ExcalidrawElement[];
|
||||
noPredicates?: boolean;
|
||||
data?: Record<string, any>;
|
||||
noPredicates?: boolean;
|
||||
},
|
||||
): boolean => {
|
||||
const elements = opts?.elements ?? this.getElementsIncludingDeleted();
|
||||
|
||||
Reference in New Issue
Block a user