0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00

🐛 Fix problem when components are inside a boolean

This commit is contained in:
alonso.torres 2024-02-28 11:44:28 +01:00 committed by Andrey Antukh
parent f1282f8367
commit ab2265d505

View file

@ -211,7 +211,7 @@
([{:keys [type metadata] :as shape} objects] ([{:keys [type metadata] :as shape} objects]
(assert (map? objects)) (assert (map? objects))
(case type (case type
:group (:group :frame)
(group-to-path shape objects) (group-to-path shape objects)
:bool :bool