0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00

Makes images proportion lock by default

This commit is contained in:
alonso.torres 2021-02-05 11:13:01 +01:00 committed by Hirunatan
parent 83a2df3ef3
commit 83aceba913

View file

@ -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]