mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
feat: add "unlock all elements" to canvas contextMenu (#5894)
This commit is contained in:
parent
5bf27a463c
commit
b1b325b9a7
10 changed files with 148 additions and 42 deletions
|
@ -111,7 +111,8 @@ export type ActionName =
|
|||
| "unbindText"
|
||||
| "hyperlink"
|
||||
| "bindText"
|
||||
| "toggleLock"
|
||||
| "unlockAllElements"
|
||||
| "toggleElementLock"
|
||||
| "toggleLinearEditor"
|
||||
| "toggleEraserTool"
|
||||
| "toggleHandTool"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue