fix: 修复 chrome 下滑块脚本错误

This commit is contained in:
Argo Zhang 2019-09-20 20:47:20 +08:00
parent d0ac2373ae
commit 0af6d86390
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 0 additions and 1 deletions

View File

@ -240,7 +240,6 @@
};
var handleDragMove = function (e) {
e.preventDefault();
if (!isMouseDown) return false;
var eventX = e.clientX || e.touches[0].clientX;
var eventY = e.clientY || e.touches[0].clientY;