mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 14:12:36 -05:00
Hide temporary theme
This commit is contained in:
parent
2104fc04df
commit
b3ff480e81
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
(mf/defc themes-overview
|
(mf/defc themes-overview
|
||||||
[{:keys [set-state]}]
|
[{:keys [set-state]}]
|
||||||
(let [active-theme-ids (mf/deref refs/workspace-active-theme-paths)
|
(let [active-theme-ids (mf/deref refs/workspace-active-theme-paths)
|
||||||
themes-groups (mf/deref refs/workspace-token-theme-tree)
|
themes-groups (mf/deref refs/workspace-token-theme-tree-no-hidden)
|
||||||
on-edit-theme (fn [theme e]
|
on-edit-theme (fn [theme e]
|
||||||
(dom/prevent-default e)
|
(dom/prevent-default e)
|
||||||
(dom/stop-propagation e)
|
(dom/stop-propagation e)
|
||||||
|
|
Loading…
Add table
Reference in a new issue