mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 14:48:29 +00:00
🐛 Fix problem with colorpicker on change gradient stops (#5735)
This commit is contained in:
parent
65504fbd91
commit
c3df84d812
@ -111,6 +111,11 @@
|
||||
(reset! internal-color* color)
|
||||
(on-change color))))]
|
||||
|
||||
(mf/use-effect
|
||||
(mf/deps color)
|
||||
(fn []
|
||||
(reset! internal-color* (enrich-color-map color))))
|
||||
|
||||
[:*
|
||||
[:& value-saturation-selector
|
||||
{:hue h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user