0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-06 14:50:20 -05:00
This commit is contained in:
Florian Schroedl 2024-08-19 07:29:20 +02:00
parent ae1c30ad56
commit f0e0e9334e

View file

@ -127,7 +127,5 @@
(let [undo-id (js/Symbol)]
(rx/concat
(rx/of (dwu/start-undo-transaction undo-id))
(rx/concat
(->> (update-tokens sd-tokens)
(rx/concat)))
(update-tokens sd-tokens)
(rx/of (dwu/commit-undo-transaction undo-id))))))))))