Align.
This commit is contained in:
parent
8336edb4a0
commit
5e828da559
@ -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…
x
Reference in New Issue
Block a user