Skip to content

Commit

Permalink
Merge pull request #3263 from penpot/alotor-fix-modifiers-error
Browse files Browse the repository at this point in the history
🐛 Fix problem with nil child
  • Loading branch information
superalex committed May 31, 2023
2 parents 2b60c71 + ffdd4d1 commit 2a1619d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/app/common/geom/shapes/modifiers.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 2a1619d

Please sign in to comment.