mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
⬆️ Update plugins runtime
This commit is contained in:
@@ -7776,6 +7776,9 @@ function Ml(t, e) {
|
|||||||
get selection() {
|
get selection() {
|
||||||
return o("content:read"), t.selection;
|
return o("content:read"), t.selection;
|
||||||
},
|
},
|
||||||
|
set selection(i) {
|
||||||
|
o("content:read"), t.selection = i;
|
||||||
|
},
|
||||||
get viewport() {
|
get viewport() {
|
||||||
return t.viewport;
|
return t.viewport;
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user