mirror of
https://github.com/penpot/penpot.git
synced 2026-04-29 13:18:29 +00:00
🐛 Show icons in layers panel
This commit is contained in:
parent
c34a6b10d5
commit
d103488b07
@ -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…
x
Reference in New Issue
Block a user