diff --git a/common/src/app/common/geom/shapes/bounds.cljc b/common/src/app/common/geom/shapes/bounds.cljc index 6e7002f9d..6935c0d97 100644 --- a/common/src/app/common/geom/shapes/bounds.cljc +++ b/common/src/app/common/geom/shapes/bounds.cljc @@ -153,7 +153,6 @@ (get-object-bounds objects shape nil)) ([objects shape {:keys [ignore-margin?] :or {ignore-margin? true}}] (let [base-bounds (calculate-base-bounds shape ignore-margin?) - _ (prn ">" (:name shape) base-bounds) bounds (cond (or (empty? (:shapes shape)) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs index 7e06fadad..a3aaf2422 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/measures.cljs @@ -452,7 +452,7 @@ [:span {:class (stl/css :icon)} i/rotation-refactor] [:> numeric-input* {:no-validate true - :min 0 + :min -359 :max 359 :data-wrap true :placeholder (if (= :multiple (:rotation values)) (tr "settings.multiple") "--")