0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

🐛 Fix error on frame with border

This commit is contained in:
Pablo Alba 2022-03-04 15:38:46 +01:00
parent 192b9213ac
commit e34885de9b

View file

@ -77,9 +77,8 @@
[:& shape-custom-strokes {:shape shape} [:& shape-custom-strokes {:shape shape}
(if path? (if path?
[:> :path props] [:> :path props]
[:> :rect props]) [:> :rect props])]
(for [item childs]
(for [item childs] [:& shape-wrapper {:shape item
[:& shape-wrapper {:shape item :key (dm/str (:id item))}])])))
:key (dm/str (:id item))}])]])))