mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 19:28:12 +00:00
🐛 Fix library selection on color palette
This commit is contained in:
parent
3e6be7e04c
commit
a7e79b13f9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user