mirror of
https://github.com/penpot/penpot.git
synced 2025-05-21 01:16:11 +02: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…
Add table
Add a link
Reference in a new issue