From 462eabd8a15a3456ef2ab2b4685121f9fdc08b46 Mon Sep 17 00:00:00 2001 From: Eva Date: Thu, 5 May 2022 15:01:27 +0200 Subject: [PATCH] :bug: Show '--' when multiple rotations --- frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs | 1 - .../app/main/ui/workspace/sidebar/options/menus/measures.cljs | 1 - 2 files changed, 2 deletions(-) diff --git a/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs b/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs index 06e87bce70..f2fca42b8c 100644 --- a/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs +++ b/frontend/src/app/main/ui/viewer/handoff/attributes/layout.cljs @@ -35,7 +35,6 @@ (mf/defc layout-block [{:keys [shape]}] (let [selrect (:selrect shape) - _ (prn shape) {:keys [width height x y]} selrect] [:* [:div.attributes-unit-row 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 d592077543..c581c21176 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 @@ -279,7 +279,6 @@ {:no-validate true :min 0 :max 359 - :default 0 :data-wrap true :placeholder "--" :on-click select-all