mirror of
https://github.com/penpot/penpot.git
synced 2026-03-31 00:29:37 +02:00
🐛 Fix incorrect bool shape creation issue
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
:frame-id (:frame-id head)
|
||||
:parent-id (:parent-id head)
|
||||
:name name
|
||||
:shapes (vec shapes)}
|
||||
:shapes (into [] d/xf:map-id shapes)}
|
||||
|
||||
shape
|
||||
(-> shape
|
||||
|
||||
Reference in New Issue
Block a user