We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c547f0 commit 20d79cdCopy full SHA for 20d79cd
解决滚动条在向上滚动时 滑动滚轮依然产生滚动的BUG.js
@@ -26,7 +26,6 @@ function up()
26
if(top<=5)
27
{
28
/*解决 在向上滚动时 滑动滚轮依然产生滚动的BUG */
29
- clearInterval(timer);
30
clearInterval(inter);
31
timer =setInterval(_judge,30);
32
}
0 commit comments