🐛 Fix small problems in plugins

This commit is contained in:
alonso.torres 2024-09-17 10:09:44 +02:00
parent b50fcee079
commit cf705e352b
2 changed files with 29 additions and 21 deletions

View file

@ -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))))}))