mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 23:21:38 +02: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])))
|
[shape-node])))
|
||||||
|
|
||||||
(defn update-transform [shapes transforms modifiers]
|
(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)]
|
(when-let [nodes (get-nodes shape)]
|
||||||
(let [transform (get transforms id)
|
(let [transform (get transforms id)
|
||||||
modifiers (get-in modifiers [id :modifiers])
|
modifiers (get-in modifiers [id :modifiers])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue