mirror of
https://github.com/penpot/penpot.git
synced 2025-05-28 18:46:11 +02:00
🔧 Make private function
This commit is contained in:
parent
4a7b72dae1
commit
5c74349de0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
[app.common.types.tokens-lib :as ctob]
|
||||
[app.main.data.helpers :as dsh]))
|
||||
|
||||
(defn get-selected-token-set-name [state]
|
||||
(defn- get-selected-token-set-name [state]
|
||||
(or (get-in state [:workspace-tokens :selected-token-set-name])
|
||||
(some-> (dsh/lookup-file-data state)
|
||||
(get :tokens-lib)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue