From 1f5903fa16149027223ce2db060fea209832cfeb Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Wed, 8 Jan 2025 14:28:20 +0100 Subject: [PATCH] :bug: Fix partially applied token on Border radius --- frontend/src/app/main/ui/workspace/tokens/changes.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/workspace/tokens/changes.cljs b/frontend/src/app/main/ui/workspace/tokens/changes.cljs index a6219c87a4..c2898972d1 100644 --- a/frontend/src/app/main/ui/workspace/tokens/changes.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/changes.cljs @@ -104,6 +104,7 @@ (when (ctsr/can-get-border-radius? shape) (ctsr/set-radius-to-single-corner shape (first attributes) value))) {:reg-objects? true + :ignore-touched true :attrs ctt/border-radius-keys})) (defn update-opacity [value shape-ids]