mirror of https://github.com/status-im/reagent.git
Revert scroll change in demo
This commit is contained in:
parent
148e5b4bb0
commit
18f8ae9d35
|
@ -77,7 +77,7 @@
|
|||
(.preventDefault e)
|
||||
(reset! page href)
|
||||
(reagent/next-tick
|
||||
#(set! (.-scrollTop (.-documentElement js/document))
|
||||
#(set! (.-scrollTop (.-body js/document))
|
||||
0)))
|
||||
identity))
|
||||
child]))
|
||||
|
|
Loading…
Reference in New Issue