mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
Cleanup
This commit is contained in:
@@ -127,7 +127,5 @@
|
|||||||
(let [undo-id (js/Symbol)]
|
(let [undo-id (js/Symbol)]
|
||||||
(rx/concat
|
(rx/concat
|
||||||
(rx/of (dwu/start-undo-transaction undo-id))
|
(rx/of (dwu/start-undo-transaction undo-id))
|
||||||
(rx/concat
|
(update-tokens sd-tokens)
|
||||||
(->> (update-tokens sd-tokens)
|
|
||||||
(rx/concat)))
|
|
||||||
(rx/of (dwu/commit-undo-transaction undo-id))))))))))
|
(rx/of (dwu/commit-undo-transaction undo-id))))))))))
|
||||||
|
|||||||
Reference in New Issue
Block a user