mirror of
https://github.com/penpot/penpot.git
synced 2026-09-06 20:18:39 +00:00
Fix history loading.
This commit is contained in:
parent
fce36cfdd9
commit
a3f24eda83
@ -36,8 +36,8 @@
|
|||||||
(fetch-pinned-page-history id)))]
|
(fetch-pinned-page-history id)))]
|
||||||
(as-> rs/stream $
|
(as-> rs/stream $
|
||||||
(rx/filter udp/page-persisted? $)
|
(rx/filter udp/page-persisted? $)
|
||||||
(rx/delay 500 $)
|
(rx/debounce 500 $)
|
||||||
(rx/map (comp :id :page) $)
|
(rx/map (comp :id :data) $)
|
||||||
(rx/on-value $ on-value))))
|
(rx/on-value $ on-value))))
|
||||||
|
|
||||||
;; --- Pinned Page History Fetched
|
;; --- Pinned Page History Fetched
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user