mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 14:48:29 +00:00
🐛 Fix problem with frame titles not moving
This commit is contained in:
parent
76f6f71e02
commit
c1638817b2
@ -66,9 +66,9 @@
|
||||
(defn apply-modifiers-to-selected
|
||||
[selected objects modifiers]
|
||||
(->> modifiers
|
||||
(filter #(contains? selected (:id %)))
|
||||
(filter #(contains? selected (first %)))
|
||||
(reduce
|
||||
(fn [objects {:keys [id transform]}]
|
||||
(fn [objects [id transform]]
|
||||
(update objects id gsh/apply-transform transform))
|
||||
objects)))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user