mirror of
https://github.com/penpot/penpot.git
synced 2025-07-25 17:17:23 +02:00
🐛 Fix incorrect bool shape creation issue
This commit is contained in:
parent
3a27a5a542
commit
d31f64796f
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
||||||
:frame-id (:frame-id head)
|
:frame-id (:frame-id head)
|
||||||
:parent-id (:parent-id head)
|
:parent-id (:parent-id head)
|
||||||
:name name
|
:name name
|
||||||
:shapes (vec shapes)}
|
:shapes (into [] d/xf:map-id shapes)}
|
||||||
|
|
||||||
shape
|
shape
|
||||||
(-> shape
|
(-> shape
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue