0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-23 21:21:22 -05:00

🐛 Fix problem with nil child

This commit is contained in:
alonso.torres 2023-05-31 10:04:42 +02:00
parent cb5ae99e1d
commit ffdd4d1ee9

View file

@ -179,7 +179,7 @@
[layout-line modif-tree]))]
(let [children (->> children
(map (d/getf objects))
(keep (d/getf objects))
(remove :hidden)
(remove gco/invalid-geometry?)
(map apply-modifiers))