From 1643287775590790ff3f4a6ae66f2bbfabeae913 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Tue, 7 Mar 2023 15:55:39 +0100 Subject: [PATCH] :bug: Fix problem with area selection --- frontend/src/app/worker/selection.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/worker/selection.cljs b/frontend/src/app/worker/selection.cljs index 45731aa8c5..5a4d6563a1 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]