mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 08:50:57 -05:00
🐛 Fix problem with detatch color in shadow
This commit is contained in:
parent
93542282f1
commit
ce68bde9a8
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
|
||||
detach-color
|
||||
(mf/use-fn
|
||||
(mf/deps ids index)
|
||||
(mf/deps ids index value)
|
||||
(fn [_color _opacity]
|
||||
(when-not (string? (:color value))
|
||||
(st/emit! (dch/update-shapes
|
||||
|
|
Loading…
Reference in a new issue