From e050c16f9a4518bdd50415467988d0170426a26b Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sat, 19 Mar 2016 19:13:23 +0200 Subject: [PATCH] Remove skip on page persistence stream. --- src/uxbox/ui/workspace.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uxbox/ui/workspace.cljs b/src/uxbox/ui/workspace.cljs index 405ebeadcc..c1a81f09ec 100644 --- a/src/uxbox/ui/workspace.cljs +++ b/src/uxbox/ui/workspace.cljs @@ -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 %))))