mirror of
https://github.com/penpot/penpot.git
synced 2025-01-24 23:49:45 -05:00
🐛 Fix problem when resizing texts
This commit is contained in:
parent
aee35cb456
commit
3b5aaf21fa
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
[shape-node])))
|
||||
|
||||
(defn update-transform [shapes transforms modifiers]
|
||||
(doseq [{id :id :as shape} shapes]
|
||||
(doseq [{:keys [id type] :as shape} shapes]
|
||||
(when-let [nodes (get-nodes shape)]
|
||||
(let [transform (get transforms id)
|
||||
modifiers (get-in modifiers [id :modifiers])
|
||||
|
|
Loading…
Add table
Reference in a new issue