浏览代码

Fix slow scroll on card detail by setting scrollInertia to 0.

Thanks to cafeoh !

Closes #2179
Lauri Ojansivu 5 年之前
父节点
当前提交
599ace1db7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/wekan-scrollbar/jquery.mCustomScrollbar.js

+ 1 - 1
packages/wekan-scrollbar/jquery.mCustomScrollbar.js

@@ -111,7 +111,7 @@ and dependencies (minified).
 			scrolling inertia
 			scrolling inertia
 			values: integer (milliseconds)
 			values: integer (milliseconds)
 			*/
 			*/
-			scrollInertia:950,
+			scrollInertia:0,
 			/*
 			/*
 			auto-adjust scrollbar dragger length
 			auto-adjust scrollbar dragger length
 			values: boolean
 			values: boolean