mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 23:31:21 -05:00
🐛 Fix error on frame with border
This commit is contained in:
parent
192b9213ac
commit
e34885de9b
1 changed files with 4 additions and 5 deletions
|
@ -77,9 +77,8 @@
|
|||
[:& shape-custom-strokes {:shape shape}
|
||||
(if path?
|
||||
[:> :path props]
|
||||
[:> :rect props])
|
||||
|
||||
(for [item childs]
|
||||
[:& shape-wrapper {:shape item
|
||||
:key (dm/str (:id item))}])]])))
|
||||
[:> :rect props])]
|
||||
(for [item childs]
|
||||
[:& shape-wrapper {:shape item
|
||||
:key (dm/str (:id item))}])])))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue