Skip to content

Commit

Permalink
优化滚轮事件
Browse files Browse the repository at this point in the history
  • Loading branch information
dubox authored and dubox committed Jun 16, 2019
1 parent ea6ecb2 commit 14457cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/search_bar.js
Expand Up @@ -169,7 +169,7 @@ function jBar() {
jBar_input.value = getHistory(1);
}
e.preventDefault();
});
},{ passive: false });


function getHistory(num){
Expand Down

0 comments on commit 14457cf

Please sign in to comment.