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