mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 05:29:20 +03:00
SrolltoTop optimization
This commit is contained in:
parent
7841658791
commit
b9a93e82ec
3 changed files with 14 additions and 3 deletions
|
|
@ -607,7 +607,7 @@
|
|||
return false;
|
||||
}
|
||||
|
||||
if (bFast)
|
||||
if (bFast || 50 > this.oContentScrollable.scrollTop())
|
||||
{
|
||||
this.oContentScrollable.scrollTop(0);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue