diff --git a/src/uxbox/view/ui/viewer/shapes.cljs b/src/uxbox/view/ui/viewer/shapes.cljs index 1330ad88a..843e7e4df 100644 --- a/src/uxbox/view/ui/viewer/shapes.cljs +++ b/src/uxbox/view/ui/viewer/shapes.cljs @@ -53,7 +53,9 @@ (let [show-itx? (and (mx/react itx-flag-ref) (not (empty? (:interactions shape)))) rect (geom/inner-rect shape)] - [:g {:id (str "itx-" (:id shape))} + [:g {:id (str "itx-" (:id shape)) + :style (when show-itx? + {:cursor "pointer"})} (factory shape) (when show-itx? [:circle {:fill "#78dbbe"