From 138df7c9584df808cee98db676b5a06a0ffcd645 Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Tue, 3 Feb 2026 13:17:54 +0100 Subject: [PATCH] :bug: Fix remove fill affects different element than selected (#8233) --- CHANGES.md | 1 + .../app/main/ui/workspace/sidebar/options/rows/color_row.cljs | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index fd520908f1..cbc691a342 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -32,6 +32,7 @@ - Fix exception on uploading large fonts [Github #8135](https://github.com/penpot/penpot/pull/8135) - 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) ## 2.13.0 (Unreleased) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs index 44030f4a93..026a5b8ebd 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/rows/color_row.cljs @@ -309,7 +309,7 @@ on-remove' (mf/use-fn - (mf/deps index) + (mf/deps index on-remove) (fn [_] (when on-remove (on-remove index))))