mirror of
https://github.com/penpot/penpot.git
synced 2026-03-23 11:50:49 +01:00
🐛 Fix problem with text proportion lock
This commit is contained in:
@@ -40,6 +40,6 @@
|
||||
(cond
|
||||
(= type :svg-raw) (setup-proportions-size shape)
|
||||
(= type :image) (setup-proportions-image shape)
|
||||
image-fill? (setup-proportions-size shape)
|
||||
(= type :text) shape
|
||||
image-fill? (setup-proportions-size shape)
|
||||
:else (setup-proportions-const shape))))
|
||||
|
||||
Reference in New Issue
Block a user