0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

🐛 Fix library selection on color palette

This commit is contained in:
Andrey Antukh 2022-03-09 15:12:07 +01:00
parent 3e6be7e04c
commit a7e79b13f9

View file

@ -31,11 +31,11 @@
(l/derived st/state)))
(def selected-palette-ref
(-> (l/in [:workspace-local :selected-palette])
(-> (l/in [:workspace-global :selected-palette])
(l/derived st/state)))
(def selected-palette-size-ref
(-> (l/in [:workspace-local :selected-palette-size])
(-> (l/in [:workspace-global :selected-palette-size])
(l/derived st/state)))
;; --- Components