diff --git a/src/uxbox/shapes.cljs b/src/uxbox/shapes.cljs index 374d74136..1e49d63c8 100644 --- a/src/uxbox/shapes.cljs +++ b/src/uxbox/shapes.cljs @@ -211,7 +211,7 @@ [shape _] (throw (ex-info "Not implemented (size)" (select-keys shape [:type])))) -;; Move +;; Move (with deltas) (defmethod move ::rect [shape {dx :x dy :y}]