Skip to content
Snippets Groups Projects
Commit 87b497eb authored by Rafael Caferati's avatar Rafael Caferati
Browse files

fixed scrollListener tiny jumps

parent 80c7b99f
No related branches found
No related tags found
No related merge requests found
...@@ -83,9 +83,13 @@ ...@@ -83,9 +83,13 @@
setLoader false setLoader false
, 350 , 350
else else
clearShoot()
toggleNewWarning(false) toggleNewWarning(false)
container.wrapper.scrollTop = 50000
if container.wrapper.scrollTop != (container.wrapper.scrollHeight - container.wrapper.clientHeight)
clearShoot()
container.wrapper.scrollTop = container.wrapper.scrollHeight - container.wrapper.clientHeight
else
console.log "EQUALS."
else else
if getStatus() is false if getStatus() is false
toggleNewWarning(true) toggleNewWarning(true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment