diff --git a/frontend/src/uxbox/view/ui/viewer/shapes.cljs b/frontend/src/uxbox/view/ui/viewer/shapes.cljs index 296c5d474..67aa0fec4 100644 --- a/frontend/src/uxbox/view/ui/viewer/shapes.cljs +++ b/frontend/src/uxbox/view/ui/viewer/shapes.cljs @@ -63,15 +63,16 @@ :style {:cursor "pointer"}} (factory shape) (when show-itx? - [:circle {:class "interaction-bullet" - :cx (:x1 rect) - :cy (:y1 rect) - :r 5}] [:rect {:class "interaction-hightlight" :x (:x1 rect) :y (:y1 rect) :width (:width rect) - :height (:height rect)}])])) + :height (:height rect)}])) + +;; [:circle {:class "interaction-bullet" +;; :cx (:x1 rect) +;; :cy (:y1 rect) +;; :r 5}])] ;; --- Image Shape Wrapper ;;