0
Fork 0
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:
alonso.torres 2022-01-03 10:00:17 +01:00
parent aee35cb456
commit 3b5aaf21fa

View file

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