mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Cleanup
This commit is contained in:
@@ -155,9 +155,7 @@
|
|||||||
ptk/WatchEvent
|
ptk/WatchEvent
|
||||||
(watch [it state _]
|
(watch [it state _]
|
||||||
(let [changes (-> (pcb/empty-changes it)
|
(let [changes (-> (pcb/empty-changes it)
|
||||||
(pcb/add-token-set new-token-set)
|
(pcb/add-token-set new-token-set))]
|
||||||
#_(ensure-token-theme-changes state {:id (:id new-token-set)
|
|
||||||
:new-set? true}))]
|
|
||||||
(rx/of
|
(rx/of
|
||||||
(set-selected-token-set-id (:name new-token-set))
|
(set-selected-token-set-id (:name new-token-set))
|
||||||
(dch/commit-changes changes)))))))
|
(dch/commit-changes changes)))))))
|
||||||
|
|||||||
Reference in New Issue
Block a user