mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 20:09:04 -05:00
Cleanup
This commit is contained in:
parent
306a5e5f85
commit
2b6075d1a2
1 changed files with 1 additions and 3 deletions
|
@ -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)))))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue