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))))))))))