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
|
@ -247,7 +247,7 @@ Object {
|
|||
Object {
|
||||
"contextItemLabel": [Function],
|
||||
"keyTest": [Function],
|
||||
"name": "toggleLock",
|
||||
"name": "toggleElementLock",
|
||||
"perform": [Function],
|
||||
"trackEvent": Object {
|
||||
"category": "element",
|
||||
|
@ -4644,7 +4644,7 @@ Object {
|
|||
Object {
|
||||
"contextItemLabel": [Function],
|
||||
"keyTest": [Function],
|
||||
"name": "toggleLock",
|
||||
"name": "toggleElementLock",
|
||||
"perform": [Function],
|
||||
"trackEvent": Object {
|
||||
"category": "element",
|
||||
|
@ -5194,7 +5194,7 @@ Object {
|
|||
Object {
|
||||
"contextItemLabel": [Function],
|
||||
"keyTest": [Function],
|
||||
"name": "toggleLock",
|
||||
"name": "toggleElementLock",
|
||||
"perform": [Function],
|
||||
"trackEvent": Object {
|
||||
"category": "element",
|
||||
|
@ -5642,6 +5642,16 @@ Object {
|
|||
"category": "canvas",
|
||||
},
|
||||
},
|
||||
Object {
|
||||
"contextItemLabel": "labels.elementLock.unlockAll",
|
||||
"name": "unlockAllElements",
|
||||
"perform": [Function],
|
||||
"predicate": [Function],
|
||||
"trackEvent": Object {
|
||||
"category": "canvas",
|
||||
},
|
||||
"viewMode": false,
|
||||
},
|
||||
"separator",
|
||||
Object {
|
||||
"checked": [Function],
|
||||
|
@ -6043,7 +6053,7 @@ Object {
|
|||
Object {
|
||||
"contextItemLabel": [Function],
|
||||
"keyTest": [Function],
|
||||
"name": "toggleLock",
|
||||
"name": "toggleElementLock",
|
||||
"perform": [Function],
|
||||
"trackEvent": Object {
|
||||
"category": "element",
|
||||
|
@ -6389,7 +6399,7 @@ Object {
|
|||
Object {
|
||||
"contextItemLabel": [Function],
|
||||
"keyTest": [Function],
|
||||
"name": "toggleLock",
|
||||
"name": "toggleElementLock",
|
||||
"perform": [Function],
|
||||
"trackEvent": Object {
|
||||
"category": "element",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue