diff --git a/CHANGES.md b/CHANGES.md index e881bc163..140c4e6e1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,6 +4,7 @@ ### :bug: Bugs fixed +- Fix modify colors in a row in selected colors [Taiga #3653](https://tree.taiga.io/project/penpot/issue/3653) - Fix crash when double click on viewer assets [Taiga #3625](https://tree.taiga.io/project/penpot/issue/3625) - Fix right click on typographies assets [Taiga #3638](https://tree.taiga.io/project/penpot/issue/3638) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs index 6008959fc..9e544c808 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/color_selection.cljs @@ -125,7 +125,7 @@ on-change (mf/use-fn (fn [new-color old-color] - (let [old-color (-> (or @prev-color* old-color) + (let [old-color (-> (or old-color @prev-color*) (dissoc :name) (dissoc :path) (d/without-nils))