🐛 Fix problem with overlay positions in viewer

This commit is contained in:
alonso.torres 2024-09-05 10:48:00 +02:00
parent a180c33a32
commit 6a161267ba
2 changed files with 3 additions and 1 deletions

View file

@ -427,7 +427,8 @@
(let [childs (mapv #(get objects %) (:shapes (unchecked-get props "shape")))
props (obj/merge! #js {} props
#js {:childs childs
:objects objects})]
:objects objects
:all-objects all-objects})]
(when (not-empty childs)
[:> group-wrapper props])))))