diff --git a/common/src/app/common/geom/shapes/modifiers.cljc b/common/src/app/common/geom/shapes/modifiers.cljc index cbd4c431c2..14ffa6ddf5 100644 --- a/common/src/app/common/geom/shapes/modifiers.cljc +++ b/common/src/app/common/geom/shapes/modifiers.cljc @@ -175,7 +175,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))