0
Fork 0
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:
Eva 2022-03-10 14:32:05 +01:00 committed by Andrey Antukh
parent e09884af60
commit 2bb8c535bd

View file

@ -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