mirror of
https://github.com/penpot/penpot.git
synced 2025-02-18 21:06:11 -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]))
|
[rumext.alpha :as mf]))
|
||||||
|
|
||||||
(def selected-palette-ref
|
(def selected-palette-ref
|
||||||
(-> (l/in [:workspace-local :selected-palette-colorpicker])
|
(-> (l/in [:workspace-global :selected-palette-colorpicker])
|
||||||
(l/derived st/state)))
|
(l/derived st/state)))
|
||||||
|
|
||||||
(mf/defc libraries
|
(mf/defc libraries
|
||||||
|
|
Loading…
Add table
Reference in a new issue