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:
parent
69810750c5
commit
e31fbb5c5f
2 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
### :bug: Bugs fixed
|
### :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 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)
|
- Fix right click on typographies assets [Taiga #3638](https://tree.taiga.io/project/penpot/issue/3638)
|
||||||
|
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
on-change
|
on-change
|
||||||
(mf/use-fn
|
(mf/use-fn
|
||||||
(fn [new-color old-color]
|
(fn [new-color old-color]
|
||||||
(let [old-color (-> (or @prev-color* old-color)
|
(let [old-color (-> (or old-color @prev-color*)
|
||||||
(dissoc :name)
|
(dissoc :name)
|
||||||
(dissoc :path)
|
(dissoc :path)
|
||||||
(d/without-nils))
|
(d/without-nils))
|
||||||
|
|
Loading…
Add table
Reference in a new issue