0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-12 10:09:03 -05:00
This commit is contained in:
Florian Schroedl 2024-07-24 13:41:32 +02:00
parent c11c1e0c03
commit e6889fc92e

View file

@ -52,7 +52,7 @@
(defn update-shape-position [value shape-ids attributes]
(doseq [shape-id shape-ids]
(st/emit! (dw/update-position shape-id {(first attributes) value}))))
(st/emit! (dwt/update-position shape-id {(first attributes) value}))))
(defn apply-dimensions-token [{:keys [token-id token-type-props selected-shapes]} attributes]
(let [token (dt/get-token-data-from-token-id token-id)