mirror of
https://github.com/penpot/penpot.git
synced 2026-03-19 17:03:44 +00:00
🐛 Fix problem with nil child
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user