🐛 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

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