mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Align.
This commit is contained in:
parent
8336edb4a0
commit
5e828da559
1 changed files with 1 additions and 1 deletions
|
@ -187,8 +187,8 @@ export class ActionManager {
|
||||||
action: Action,
|
action: Action,
|
||||||
opts?: {
|
opts?: {
|
||||||
elements?: readonly ExcalidrawElement[];
|
elements?: readonly ExcalidrawElement[];
|
||||||
noPredicates?: boolean;
|
|
||||||
data?: Record<string, any>;
|
data?: Record<string, any>;
|
||||||
|
noPredicates?: boolean;
|
||||||
},
|
},
|
||||||
): boolean => {
|
): boolean => {
|
||||||
const elements = opts?.elements ?? this.getElementsIncludingDeleted();
|
const elements = opts?.elements ?? this.getElementsIncludingDeleted();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue