This reverts commit 16263e942b
.
This commit is contained in:
@ -29,8 +29,8 @@ export interface Action {
|
||||
keyPriority?: number;
|
||||
keyTest?: (
|
||||
event: KeyboardEvent,
|
||||
appState: AppState,
|
||||
elements: readonly ExcalidrawElement[],
|
||||
elements?: readonly ExcalidrawElement[],
|
||||
appState?: AppState,
|
||||
) => boolean;
|
||||
contextItemLabel?: string;
|
||||
contextMenuOrder?: number;
|
||||
|
Reference in New Issue
Block a user