added elseif
This commit is contained in:
parent
45ff21e8d5
commit
d3467edb70
|
@ -412,7 +412,7 @@ var dragOptions={
|
|||
$(scrollingArea).scrollTop(currentScrollTop-=10);
|
||||
|
||||
}
|
||||
if (event.pageY > bottom)
|
||||
else if (event.pageY > bottom)
|
||||
{
|
||||
|
||||
$(scrollingArea).scrollTop(currentScrollTop+=10);
|
||||
|
|
Loading…
Reference in New Issue