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
|
(defn next-tick
|
||||||
"Run f using requestAnimationFrame or equivalent."
|
"Run f using requestAnimationFrame or equivalent."
|
||||||
[f]
|
[f]
|
||||||
(util/next-tick f))
|
(batch/next-tick f))
|
||||||
|
|
||||||
(defn partial
|
(defn partial
|
||||||
"Works just like clojure.core/partial, except that it is an IFn, and
|
"Works just like clojure.core/partial, except that it is an IFn, and
|
||||||
|
|
Loading…
Reference in New Issue