🐛 Fix cannot apply second token after creation while shape is selected (#8476)

This commit is contained in:
Eva Marco
2026-02-26 10:53:25 +01:00
committed by GitHub
parent a4190df073
commit 9345902a62
2 changed files with 2 additions and 1 deletions

View File

@@ -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

View File

@@ -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)