0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-03 10:31:38 -05:00

Add a small delay for history fetching (beter user experience).

This commit is contained in:
Andrey Antukh 2016-04-15 23:26:50 +03:00
parent eff6a854a0
commit 6044e8a4c2
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -114,8 +114,8 @@
(rx/take 1))]
(->> (rx/filter udp/page-synced? s)
(rx/take-until stoper)
(rx/delay 1000)
(rx/map (comp :id :page))
(rx/pr-log "watcher:")
(rx/mapcat #(rx/of
(fetch-page-history %)
(fetch-pinned-page-history %)))))))