Remove skip on page persistence stream.

This commit is contained in:
Andrey Antukh 2016-03-19 19:13:23 +02:00
parent 2201339887
commit e050c16f9a

View File

@ -41,7 +41,6 @@
[pageid]
(as-> (focus-page pageid) $
(rx/from-atom $)
(rx/skip 1 $)
(rx/dedupe #(dissoc % :version) $)
(rx/debounce 1000 $)
(rx/subscribe $ on-page-change #(throw %))))