mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 00:58:26 -05:00
🐛 Show icons in layers panel
This commit is contained in:
parent
c34a6b10d5
commit
d103488b07
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@
|
|||
|
||||
(defn- strip-objects
|
||||
[objects]
|
||||
(let [strip-data #(select-keys % [:id :name :blocked :hidden :shapes :type])]
|
||||
(let [strip-data #(select-keys % [:id :name :blocked :hidden :shapes :type :content :metadata])]
|
||||
(persistent!
|
||||
(reduce-kv (fn [res id obj]
|
||||
(assoc! res id (strip-data obj)))
|
||||
|
|
Loading…
Add table
Reference in a new issue