From e6889fc92e48e01c3127bd676c7d8d12d9893d9a Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 24 Jul 2024 13:41:32 +0200 Subject: [PATCH] Fix typo --- frontend/src/app/main/ui/workspace/tokens/context_menu.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/context_menu.cljs b/frontend/src/app/main/ui/workspace/tokens/context_menu.cljs index 121a8674c5..cca998045f 100644 --- a/frontend/src/app/main/ui/workspace/tokens/context_menu.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/context_menu.cljs @@ -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)