From 4302adf2dc4b73824a5469cacdcf6dca575e5229 Mon Sep 17 00:00:00 2001 From: buddh4 Date: Thu, 27 Feb 2020 11:27:02 +0100 Subject: [PATCH] Updated ui.view scroll timeout to 400ms --- static/js/humhub/humhub.ui.view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/humhub/humhub.ui.view.js b/static/js/humhub/humhub.ui.view.js index b7587eb55b..7e134e9547 100644 --- a/static/js/humhub/humhub.ui.view.js +++ b/static/js/humhub/humhub.ui.view.js @@ -82,12 +82,12 @@ humhub.module('ui.view', function (module, require, $) { window.addEventListener('scroll', function(){ window.clearTimeout( scrollTimeout ); - + debugger; prevSwipeDelay = true; scrollTimeout = setTimeout(function() { prevSwipeDelay = false; - }, 100); + }, 400); }, true); $(document).on('swiped-left', function(e) {