mirror of
https://github.com/penpot/penpot.git
synced 2026-07-31 18:36:18 +00:00
Cosmetic changes on history events.
This commit is contained in:
parent
fda381c1b6
commit
034c26fed4
@ -74,7 +74,7 @@
|
|||||||
|
|
||||||
(defrecord FetchPageHistory [id since max]
|
(defrecord FetchPageHistory [id since max]
|
||||||
rs/WatchEvent
|
rs/WatchEvent
|
||||||
(-apply-watch [this state s]
|
(-apply-watch [_ state s]
|
||||||
(letfn [(on-success [{history :payload}]
|
(letfn [(on-success [{history :payload}]
|
||||||
(let [history (into [] history)]
|
(let [history (into [] history)]
|
||||||
(->PageHistoryFetched history (not (nil? since)))))]
|
(->PageHistoryFetched history (not (nil? since)))))]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user