mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
🐛 Fix components with bool shape as root on comp-v2 migration
This commit is contained in:
parent
4ab4ad96f0
commit
aaeb8c8868
1 changed files with 2 additions and 1 deletions
|
@ -408,7 +408,8 @@
|
|||
|
||||
(fix-shape [shape]
|
||||
(if (and (ctk/instance-head? shape)
|
||||
(cfh/path-shape? shape))
|
||||
(or (cfh/path-shape? shape)
|
||||
(cfh/bool-shape? shape)))
|
||||
(ctk/detach-shape shape)
|
||||
shape))]
|
||||
|
||||
|
|
Loading…
Reference in a new issue