From ff0055037269f798ba8b8cb668bf81cc81a583d9 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 16 Sep 2020 15:20:04 +0200 Subject: [PATCH] :bug: Fixes interactions in groups --- frontend/src/app/main/ui/viewer/shapes.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/viewer/shapes.cljs b/frontend/src/app/main/ui/viewer/shapes.cljs index 9f492a79a5..35b0a75bfb 100644 --- a/frontend/src/app/main/ui/viewer/shapes.cljs +++ b/frontend/src/app/main/ui/viewer/shapes.cljs @@ -59,7 +59,8 @@ :cursor (when (:interactions shape) "pointer")} [:& component {:shape shape :frame frame - :childs childs}] + :childs childs + :is-child-selected? true}] (when (and (:interactions shape) show-interactions?) [:rect {:x (- x 1) :y (- y 1)