mirror of
https://github.com/penpot/penpot.git
synced 2026-08-05 04:18:41 +00:00
Remove merge-all from rstore.
This commit is contained in:
parent
6693c8bc9b
commit
2f6432bf24
@ -101,7 +101,6 @@
|
|||||||
;; pushed to the event-stream bus
|
;; pushed to the event-stream bus
|
||||||
(as-> (rx/with-latest-from vector state-s watch-s) $
|
(as-> (rx/with-latest-from vector state-s watch-s) $
|
||||||
(rx/flat-map (fn [[event model]] (-apply-watch event model)) $)
|
(rx/flat-map (fn [[event model]] (-apply-watch event model)) $)
|
||||||
(rx/merge-all $)
|
|
||||||
(rx/on-value $ emit!))
|
(rx/on-value $ emit!))
|
||||||
|
|
||||||
;; Initialize the stream machinary with initial state.
|
;; Initialize the stream machinary with initial state.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user