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:
parent
eff6a854a0
commit
6044e8a4c2
1 changed files with 1 additions and 1 deletions
|
@ -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 %)))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue