0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 16:00:19 -05:00

Merge pull request #2027 from penpot/eva-bugfix-selected-colors

🐛 Fix modify colors in a row in selected colors
This commit is contained in:
Alejandro 2022-06-23 15:57:34 +02:00 committed by GitHub
commit 10a33fb102
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

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

View file

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