0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-10 06:41:40 -05:00

🐛 Fix modify colors in a row in selected colors

This commit is contained in:
Eva 2022-06-23 15:07:40 +02:00
parent 69810750c5
commit e31fbb5c5f
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))