mirror of
https://github.com/penpot/penpot.git
synced 2025-06-25 01:17:00 +02:00
Merge pull request #3263 from penpot/alotor-fix-modifiers-error
🐛 Fix problem with nil child
This commit is contained in:
commit
2a1619d71e
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@
|
||||||
[layout-line modif-tree]))]
|
[layout-line modif-tree]))]
|
||||||
|
|
||||||
(let [children (->> children
|
(let [children (->> children
|
||||||
(map (d/getf objects))
|
(keep (d/getf objects))
|
||||||
(remove :hidden)
|
(remove :hidden)
|
||||||
(remove gco/invalid-geometry?)
|
(remove gco/invalid-geometry?)
|
||||||
(map apply-modifiers))
|
(map apply-modifiers))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue