0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

Minor changes on data loading on colors page.

This commit is contained in:
Andrey Antukh 2016-09-23 20:05:01 +03:00
parent 8d20cf9d3d
commit 5dfaf8e4be
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -55,9 +55,10 @@
(rx/of (fetch-collections)) (rx/of (fetch-collections))
(->> (rx/filter collections-fetched? s) (->> (rx/filter collections-fetched? s)
(rx/take 1) (rx/take 1)
(rx/do #(reset! st/loader false)) ;; (rx/do #(reset! st/loader false))
(rx/ignore))) (rx/ignore)))
(rx/empty)))) (rx/empty)))
)
(defn initialize (defn initialize
[type id] [type id]