mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -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]
|
||||
(assoc shape
|
||||
:proportion (/ width height)
|
||||
:proportion-lock false)))
|
||||
:proportion-lock true)))
|
||||
|
||||
(defn setup-proportions-const
|
||||
[shape]
|
||||
|
|
Loading…
Reference in a new issue