0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 07:21:40 -05:00

🐛 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]
(l/derived (fn [objects]
(into [] (comp (map #(get objects %))
(filter identity))
(set ids)))
(remove nil?))
ids))
workspace-page-objects =))
(defn is-child-selected?