mirror of
https://github.com/penpot/penpot.git
synced 2025-01-21 06:02:32 -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
|
||||
(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)))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue