mirror of
https://github.com/penpot/penpot.git
synced 2025-03-18 10:41:29 -05:00
🐛 Add missing shape name on comp-v2 migration
This commit is contained in:
parent
1a3c07abdb
commit
b1d33d4c15
1 changed files with 3 additions and 0 deletions
|
@ -275,6 +275,9 @@
|
|||
0
|
||||
gap)))
|
||||
|
||||
(nil? (:name shape))
|
||||
(assoc :name (d/name (:type shape)))
|
||||
|
||||
;; Fix broken fills
|
||||
(seq (:fills shape))
|
||||
(update :fills (fn [fills] (filterv valid-fill? fills)))
|
||||
|
|
Loading…
Add table
Reference in a new issue