diff --git a/project.clj b/project.clj index 5d25659741..4e694c0ddc 100644 --- a/project.clj +++ b/project.clj @@ -18,7 +18,7 @@ [funcool/lentes "1.0.0"] [funcool/httpurr "0.5.0-20160314.065111-4"] [funcool/promesa "0.8.1"] - [funcool/beicon "0.6.1"] + [funcool/beicon "1.0.3"] [funcool/cuerdas "0.7.1"] [funcool/hodgepodge "0.1.4"] [bouncer "1.0.0"] diff --git a/src/uxbox/ui/workspace/shortcuts.cljs b/src/uxbox/ui/workspace/shortcuts.cljs index 1d964c2ba3..ee63298030 100644 --- a/src/uxbox/ui/workspace/shortcuts.cljs +++ b/src/uxbox/ui/workspace/shortcuts.cljs @@ -52,8 +52,7 @@ (defonce ^:const ^:private +bus+ (rx/bus)) -(defonce ^:const +stream+ - (rx/to-observable +bus+)) +(defonce ^:const +stream+ +bus+) (defn- init-handler []