mirror of https://github.com/penpot/penpot.git
⬆️ Update plugins runtime
This commit is contained in:
parent
1b93ccdec9
commit
0a83306015
|
|
@ -7776,6 +7776,9 @@ function Ml(t, e) {
|
|||
get selection() {
|
||||
return o("content:read"), t.selection;
|
||||
},
|
||||
set selection(i) {
|
||||
o("content:read"), t.selection = i;
|
||||
},
|
||||
get viewport() {
|
||||
return t.viewport;
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue