🐛 Fixes problem with layer visibility

This commit is contained in:
alonso.torres 2020-12-03 15:10:17 +01:00
parent e375c1e7d8
commit 4a5a5b1081

View file

@ -152,8 +152,8 @@
[ids] [ids]
(l/derived (fn [objects] (l/derived (fn [objects]
(into [] (comp (map #(get objects %)) (into [] (comp (map #(get objects %))
(filter identity)) (remove nil?))
(set ids))) ids))
workspace-page-objects =)) workspace-page-objects =))
(defn is-child-selected? (defn is-child-selected?