mirror of
https://github.com/penpot/penpot.git
synced 2025-01-07 15:39:42 -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]
|
||||
(assert (map? objects))
|
||||
(case type
|
||||
:group
|
||||
(:group :frame)
|
||||
(group-to-path shape objects)
|
||||
|
||||
:bool
|
||||
|
|
Loading…
Reference in a new issue