diff --git a/frontend/src/app/worker/selection.cljs b/frontend/src/app/worker/selection.cljs index 45731aa8c..5a4d6563a 100644 --- a/frontend/src/app/worker/selection.cljs +++ b/frontend/src/app/worker/selection.cljs @@ -134,7 +134,7 @@ (and (d/not-empty? (:shapes shape)) (gsh/rect-contains-shape? rect shape)) (and (empty? (:shapes shape)) - (gsh/overlaps? shape rect))1))) + (gsh/overlaps? shape rect))))) overlaps? (fn [shape]