diff --git a/src/uxbox/main/ui/shapes/selection.cljs b/src/uxbox/main/ui/shapes/selection.cljs index 0dd6f644c..7fbca3c28 100644 --- a/src/uxbox/main/ui/shapes/selection.cljs +++ b/src/uxbox/main/ui/shapes/selection.cljs @@ -196,5 +196,8 @@ (single-not-editable-selection-handlers shape) (single-selection-handlers (first shapes))) + (= :group (:type shape)) + (single-not-editable-selection-handlers shape) + :else (single-selection-handlers (first shapes))))))