mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: allow readonly actions to be used in viewMode (#5982)
This commit is contained in:
parent
8466eb0eef
commit
cc9e764585
11 changed files with 18 additions and 12 deletions
|
@ -164,4 +164,7 @@ export interface Action {
|
|||
value: any,
|
||||
) => boolean;
|
||||
};
|
||||
/** if set to `true`, allow action to be performed in viewMode.
|
||||
* Defaults to `false` */
|
||||
viewMode?: boolean;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue