mirror of
https://github.com/status-im/reagent.git
synced 2025-02-05 16:44:25 +00:00
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…
x
Reference in New Issue
Block a user