mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 18:48:37 -05:00
🐛 Fix palette selection in color picker
This commit is contained in:
parent
e09884af60
commit
2bb8c535bd
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
[rumext.alpha :as mf]))
|
||||
|
||||
(def selected-palette-ref
|
||||
(-> (l/in [:workspace-local :selected-palette-colorpicker])
|
||||
(-> (l/in [:workspace-global :selected-palette-colorpicker])
|
||||
(l/derived st/state)))
|
||||
|
||||
(mf/defc libraries
|
||||
|
|
Loading…
Add table
Reference in a new issue