mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 22:19:19 +00:00
🐛 Fix regression on changing color type on fills
This commit is contained in:
parent
82bedda604
commit
81564dbfa9
@ -91,7 +91,8 @@
|
|||||||
on-change
|
on-change
|
||||||
(fn [index]
|
(fn [index]
|
||||||
(fn [color]
|
(fn [color]
|
||||||
(st/emit! (dc/change-fill ids color index))))
|
(let [color (select-keys color ctc/color-attrs)]
|
||||||
|
(st/emit! (dc/change-fill ids color index)))))
|
||||||
|
|
||||||
on-reorder
|
on-reorder
|
||||||
(fn [new-index]
|
(fn [new-index]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user