0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00

Hide temporary theme

This commit is contained in:
Florian Schroedl 2024-09-26 15:08:54 +02:00
parent 2104fc04df
commit b3ff480e81

View file

@ -57,7 +57,7 @@
(mf/defc themes-overview
[{:keys [set-state]}]
(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]
(dom/prevent-default e)
(dom/stop-propagation e)