mirror of
https://github.com/penpot/penpot.git
synced 2026-04-30 13:49:06 +00:00
🐛 Fix error when changing shadow color
This commit is contained in:
parent
a41ce5b8b7
commit
5ed1ff6d41
@ -112,7 +112,7 @@
|
||||
(fn [color]
|
||||
(st/emit! (dch/update-shapes
|
||||
ids
|
||||
#(assoc-in % [:shadow index :color] color)))))
|
||||
#(assoc-in % [:shadow index :color] (d/without-nils color))))))
|
||||
|
||||
detach-color
|
||||
(mf/use-fn
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user