mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 12:31:39 +02:00
Add custom select with grouped options
This commit is contained in:
parent
f25db592a0
commit
c807baaf7a
4 changed files with 73 additions and 125 deletions
|
@ -247,6 +247,9 @@
|
|||
(def workspace-active-theme-ids
|
||||
(l/derived wtts/get-active-theme-ids st/state))
|
||||
|
||||
(def workspace-temp-theme-id
|
||||
(l/derived wtts/get-temp-theme-id st/state))
|
||||
|
||||
(def workspace-active-set-ids
|
||||
(l/derived wtts/get-active-set-ids st/state))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue