From 9345902a629df5763e994c6af3511e198cccb4ee Mon Sep 17 00:00:00 2001 From: Eva Marco Date: Thu, 26 Feb 2026 10:53:25 +0100 Subject: [PATCH] :bug: Fix cannot apply second token after creation while shape is selected (#8476) --- CHANGES.md | 1 + frontend/src/app/main/ui/workspace/tokens/management/group.cljs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 50913a1bb4..ff49037c8f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,6 +31,7 @@ - Fix boolean operators in menu for boards [Taiga #13174](https://tree.taiga.io/project/penpot/issue/13174) - Fix viewer can update library [Taiga #13186](https://tree.taiga.io/project/penpot/issue/13186) - Fix remove fill affects different element than selected [Taiga #13128](https://tree.taiga.io/project/penpot/issue/13128) +- Fix cannot apply second token after creation while shape is selected [Taiga #13513](https://tree.taiga.io/project/penpot/issue/13513) ## 2.13.3 diff --git a/frontend/src/app/main/ui/workspace/tokens/management/group.cljs b/frontend/src/app/main/ui/workspace/tokens/management/group.cljs index 3a41c5a348..ed196a6673 100644 --- a/frontend/src/app/main/ui/workspace/tokens/management/group.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/management/group.cljs @@ -133,7 +133,7 @@ on-token-pill-click (mf/use-fn - (mf/deps not-editing? selected-ids) + (mf/deps not-editing? selected-ids tokens-lib) (fn [event token] (let [token (ctob/get-token tokens-lib selected-token-set-id (:id token))] (dom/stop-propagation event)