mirror of
https://github.com/penpot/penpot.git
synced 2025-03-15 17:21:17 -05:00
🐛 Fix problem with single line texts
This commit is contained in:
parent
216b510900
commit
d684970bfb
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
(let [modifier (get modifiers id)
|
||||
modifier (d/update-when modifier :modifiers dissoc :displacement :rotation)
|
||||
shape (cond-> shape
|
||||
(not (gsh/empty-modifiers? modifier))
|
||||
(not (gsh/empty-modifiers? (:modifiers modifier)))
|
||||
(-> (assoc :grow-type :fixed)
|
||||
(merge modifier) gsh/transform-shape))]
|
||||
(strip-position-data shape)))
|
||||
|
|
Loading…
Add table
Reference in a new issue