mirror of
https://github.com/penpot/penpot.git
synced 2025-05-06 07:25:55 +02: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]
|
(fix-shape [shape]
|
||||||
(if (and (ctk/instance-head? shape)
|
(if (and (ctk/instance-head? shape)
|
||||||
(cfh/path-shape? shape))
|
(or (cfh/path-shape? shape)
|
||||||
|
(cfh/bool-shape? shape)))
|
||||||
(ctk/detach-shape shape)
|
(ctk/detach-shape shape)
|
||||||
shape))]
|
shape))]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue