mirror of
https://github.com/penpot/penpot.git
synced 2025-02-12 10:09:03 -05:00
Fix typo
This commit is contained in:
parent
c11c1e0c03
commit
e6889fc92e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue