mirror of
https://github.com/penpot/penpot.git
synced 2026-08-01 19:06:18 +00:00
🐛 Fix problem with nil child
This commit is contained in:
parent
cb5ae99e1d
commit
ffdd4d1ee9
@ -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