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:
parent
e375c1e7d8
commit
4a5a5b1081
1 changed files with 2 additions and 2 deletions
|
@ -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?
|
||||
|
|
Loading…
Add table
Reference in a new issue