0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
This commit is contained in:
Florian Schroedl 2024-08-15 18:26:20 +02:00
parent eaf568f154
commit 73078d802a

View file

@ -234,6 +234,19 @@
(def workspace-data
(l/derived :workspace-data st/state))
(def workspace-selected-token-set-id
(l/derived
wtts/get-selected-token-set-id
st/state
=))
(def workspace-token-sets
(l/derived
(fn [data]
(or (wtts/get-workspace-sets data) {}))
st/state
=))
(def workspace-tokens
(l/derived
(fn [data]