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:
parent
fce36cfdd9
commit
a3f24eda83
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue