mirror of
https://github.com/penpot/penpot.git
synced 2025-06-11 16:01:38 +02:00
✨ Renamed modifiers functions
This commit is contained in:
parent
b5df7bbfc5
commit
a2e26210d1
17 changed files with 201 additions and 200 deletions
|
@ -33,7 +33,7 @@
|
|||
(let [frame-id (:id frame)
|
||||
vector (-> (gpt/point (:x size) (:y size))
|
||||
(gpt/negate))
|
||||
update-fn #(d/update-when %1 %2 gsh/transform-shape (ctm/move vector))]
|
||||
update-fn #(d/update-when %1 %2 gsh/transform-shape (ctm/move-modifiers vector))]
|
||||
(->> (cph/get-children-ids objects frame-id)
|
||||
(into [frame-id])
|
||||
(reduce update-fn objects))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue