0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Fix history loading.

This commit is contained in:
Andrey Antukh 2016-11-13 17:18:10 +01:00
parent fce36cfdd9
commit a3f24eda83
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -36,8 +36,8 @@
(fetch-pinned-page-history id)))]
(as-> rs/stream $
(rx/filter udp/page-persisted? $)
(rx/delay 500 $)
(rx/map (comp :id :page) $)
(rx/debounce 500 $)
(rx/map (comp :id :data) $)
(rx/on-value $ on-value))))
;; --- Pinned Page History Fetched