0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-13 15:31:26 -05:00

Merge pull request #3263 from penpot/alotor-fix-modifiers-error

🐛 Fix problem with nil child
This commit is contained in:
Alejandro 2023-05-31 11:14:45 +02:00 committed by GitHub
commit 2a1619d71e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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