This commit is contained in:
Daniel J. Geiger 2023-06-16 11:25:08 -05:00
parent 8336edb4a0
commit 5e828da559

View File

@ -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();