mirror of
https://github.com/penpot/penpot.git
synced 2025-06-09 00:31:38 +02: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]
|
(defn update-shape-position [value shape-ids attributes]
|
||||||
(doseq [shape-id shape-ids]
|
(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]
|
(defn apply-dimensions-token [{:keys [token-id token-type-props selected-shapes]} attributes]
|
||||||
(let [token (dt/get-token-data-from-token-id token-id)
|
(let [token (dt/get-token-data-from-token-id token-id)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue