💄 Minor syntax cosmetic changes.

This commit is contained in:
Andrey Antukh 2021-12-22 18:37:29 +01:00
parent 6812099900
commit a6f05ea8c2

View file

@ -20,13 +20,14 @@
[app.util.i18n :as i18n :refer [tr]] [app.util.i18n :as i18n :refer [tr]]
[rumext.alpha :as mf])) [rumext.alpha :as mf]))
(def measure-attrs [:proportion-lock (def measure-attrs
:width :height [:proportion-lock
:x :y :width :height
:rotation :x :y
:rx :ry :rotation
:r1 :r2 :r3 :r4 :rx :ry
:selrect]) :r1 :r2 :r3 :r4
:selrect])
(defn- attr->string [attr values] (defn- attr->string [attr values]
(let [value (attr values)] (let [value (attr values)]