mirror of https://github.com/status-im/reagent.git
next-tick moved as well
This commit is contained in:
parent
6eb6b482f5
commit
0b5f8c423e
|
@ -130,7 +130,7 @@ re-rendered."
|
|||
(defn next-tick
|
||||
"Run f using requestAnimationFrame or equivalent."
|
||||
[f]
|
||||
(util/next-tick f))
|
||||
(batch/next-tick f))
|
||||
|
||||
(defn partial
|
||||
"Works just like clojure.core/partial, except that it is an IFn, and
|
||||
|
|
Loading…
Reference in New Issue