Skip to content

Commit

Permalink
Merge pull request #836 from JUST-Limbo/master
Browse files Browse the repository at this point in the history
fix(uni-easyinput):去除uni-easyinput/common.js中不必要的输出
  • Loading branch information
18148764734 authored Jan 22, 2024
2 parents 340dd1c + c2cb031 commit e6027ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions uni_modules/uni-easyinput/components/uni-easyinput/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
*/
export const debounce = function(func, wait = 1000, immediate = true) {
let timer;
console.log(1);
return function() {
console.log(123);
let context = this,
args = arguments;
if (timer) clearTimeout(timer);
Expand Down

0 comments on commit e6027ab

Please sign in to comment.