소스 검색

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

Thanks to cafeoh !

Closes #2179
Lauri Ojansivu 6 년 전
부모
커밋
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
 			values: integer (milliseconds)
 			*/
-			scrollInertia:950,
+			scrollInertia:0,
 			/*
 			auto-adjust scrollbar dragger length
 			values: boolean