mirror of
https://github.com/penpot/penpot.git
synced 2026-05-06 16:48:48 +00:00
💄 Minor syntax cosmetic changes.
This commit is contained in:
parent
6812099900
commit
a6f05ea8c2
@ -20,13 +20,14 @@
|
||||
[app.util.i18n :as i18n :refer [tr]]
|
||||
[rumext.alpha :as mf]))
|
||||
|
||||
(def measure-attrs [:proportion-lock
|
||||
:width :height
|
||||
:x :y
|
||||
:rotation
|
||||
:rx :ry
|
||||
:r1 :r2 :r3 :r4
|
||||
:selrect])
|
||||
(def measure-attrs
|
||||
[:proportion-lock
|
||||
:width :height
|
||||
:x :y
|
||||
:rotation
|
||||
:rx :ry
|
||||
:r1 :r2 :r3 :r4
|
||||
:selrect])
|
||||
|
||||
(defn- attr->string [attr values]
|
||||
(let [value (attr values)]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user