diff --git a/frontend/src/app/main/ui/viewer/shapes.cljs b/frontend/src/app/main/ui/viewer/shapes.cljs index 9f492a79a..35b0a75bf 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)