0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 06:02:32 -05:00
This commit is contained in:
Florian Schroedl 2024-10-02 14:21:18 +02:00
parent 306a5e5f85
commit 2b6075d1a2

View file

@ -155,9 +155,7 @@
ptk/WatchEvent
(watch [it state _]
(let [changes (-> (pcb/empty-changes it)
(pcb/add-token-set new-token-set)
#_(ensure-token-theme-changes state {:id (:id new-token-set)
:new-set? true}))]
(pcb/add-token-set new-token-set))]
(rx/of
(set-selected-token-set-id (:name new-token-set))
(dch/commit-changes changes)))))))