mirror of https://github.com/status-im/reagent.git
Make ratom-flush placeholder function a simple fn
This commit is contained in:
parent
00bfb8ed01
commit
86b98dcdba
|
@ -40,7 +40,7 @@
|
|||
|
||||
|
||||
;; Set from ratom.cljs
|
||||
(defonce ratom-flush identity)
|
||||
(defonce ratom-flush (fn []))
|
||||
|
||||
(deftype RenderQueue [^:mutable ^boolean scheduled?]
|
||||
Object
|
||||
|
|
Loading…
Reference in New Issue