mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 13:18:29 +00:00
🐛 Fix components with bool shape as root on comp-v2 migration
This commit is contained in:
parent
4ab4ad96f0
commit
aaeb8c8868
@ -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…
x
Reference in New Issue
Block a user