diff --git a/src/uxbox/main/geom.cljs b/src/uxbox/main/geom.cljs index 23c09bb680..bab77452dd 100644 --- a/src/uxbox/main/geom.cljs +++ b/src/uxbox/main/geom.cljs @@ -42,8 +42,8 @@ :rect (move-rect shape dpoint) :text (move-rect shape dpoint) :line (move-rect shape dpoint) - ;; :path (move-path shape dpoint) - :path (move-rect shape dpoint) + :path (move-path shape dpoint) + ;; :path (move-rect shape dpoint) :circle (move-circle shape dpoint) :group (move-group shape dpoint)))