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:
parent
f1282f8367
commit
ab2265d505
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue