mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
✨ Makes images proportion lock by default
This commit is contained in:
parent
83a2df3ef3
commit
83aceba913
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@
|
||||||
(let [{:keys [width height]} metadata]
|
(let [{:keys [width height]} metadata]
|
||||||
(assoc shape
|
(assoc shape
|
||||||
:proportion (/ width height)
|
:proportion (/ width height)
|
||||||
:proportion-lock false)))
|
:proportion-lock true)))
|
||||||
|
|
||||||
(defn setup-proportions-const
|
(defn setup-proportions-const
|
||||||
[shape]
|
[shape]
|
||||||
|
|
Loading…
Reference in a new issue