mirror of
https://github.com/penpot/penpot.git
synced 2025-07-16 03:35:13 +02:00
🐛 Fix small problems in plugins
This commit is contained in:
parent
b50fcee079
commit
cf705e352b
2 changed files with 29 additions and 21 deletions
|
@ -93,7 +93,7 @@
|
|||
{:name "bounds"
|
||||
:get
|
||||
(fn [_]
|
||||
(let [vport (dm/get-in @st/state [:workspace-local :vport])]
|
||||
(.freeze js/Object (format/format-bounds vport))))}))
|
||||
(let [vbox (dm/get-in @st/state [:workspace-local :vbox])]
|
||||
(.freeze js/Object (format/format-bounds vbox))))}))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue