Merge pull request #218 from uxbox/407/show-icons-in-layers-panel

🐛 Show icons in layers panel
This commit is contained in:
Andrey Antukh
2020-05-19 10:54:55 +02:00
committed by GitHub

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