0
Fork 0
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:
Andrés Moya 2020-05-19 10:49:50 +02:00
parent c34a6b10d5
commit d103488b07

View file

@ -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)))