mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 19:16:37 +02:00
✨ Add a few small enhancements
This commit is contained in:
parent
6c1c780758
commit
dcd347ab4f
3 changed files with 22 additions and 18 deletions
|
@ -284,7 +284,7 @@
|
|||
[component]
|
||||
(if (and (contains? component :objects) (nil? (:objects component)))
|
||||
(if (:deleted component)
|
||||
(assoc component :objects [])
|
||||
(assoc component :objects {})
|
||||
(dissoc component :objects))
|
||||
component))]
|
||||
(-> file-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue