mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
♻️ Refactor state management of colorpicker & gradients
This commit is contained in:
parent
4cc88bf84f
commit
8d06227d1e
15 changed files with 647 additions and 607 deletions
|
@ -410,3 +410,7 @@
|
|||
|
||||
(defn workspace-text-modifier-by-id [id]
|
||||
(l/derived #(get % id) workspace-text-modifier =))
|
||||
|
||||
(def colorpicker
|
||||
(l/derived :colorpicker st/state))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue