mirror of
https://github.com/penpot/penpot.git
synced 2026-09-14 16:09:01 +00:00
Merge pull request #3263 from penpot/alotor-fix-modifiers-error
🐛 Fix problem with nil child
This commit is contained in:
commit
2a1619d71e
@ -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…
x
Reference in New Issue
Block a user