0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00

Auto select new token sets

This commit is contained in:
Florian Schroedl 2024-08-27 14:25:52 +02:00
parent 4f96550bca
commit d4910ce2fc

View file

@ -166,6 +166,7 @@
(ensure-token-theme-changes state {:id (:id new-token-set)
:new-set? true}))]
(rx/of
(set-selected-token-set-id (:id new-token-set))
(dch/commit-changes changes)))))))
(defn update-token-set [token-set]