diff --git a/apps/files/js/files.js b/apps/files/js/files.js index 39a25becf1..028ff94b88 100644 --- a/apps/files/js/files.js +++ b/apps/files/js/files.js @@ -412,7 +412,7 @@ var dragOptions={ $(scrollingArea).scrollTop(currentScrollTop-=10); } - if (event.pageY > bottom) + else if (event.pageY > bottom) { $(scrollingArea).scrollTop(currentScrollTop+=10);