You-Dont-Need-Lodash-Underscore icon indicating copy to clipboard operation
You-Dont-Need-Lodash-Underscore copied to clipboard

Fix debounce function bug when immediate is true

Open LongchongWang opened this issue 4 years ago • 7 comments

When immediate is true, the debounced func will never called.

LongchongWang avatar Dec 05 '19 07:12 LongchongWang

Coverage Status

Coverage remained the same at 100.0% when pulling 194ec290be8264ed00e5ebfddde32cfcae6423aa on LongchongWang:master into 5665d8aa99a532b195091c2b23036683c553e220 on you-dont-need:master.

coveralls avatar Dec 05 '19 07:12 coveralls

Coverage Status

Coverage remained the same at 100.0% when pulling ac47683fb4bf9401377e1cf7df57e0524f93e5f4 on LongchongWang:master into 5665d8aa99a532b195091c2b23036683c553e220 on you-dont-need:master.

coveralls avatar Dec 05 '19 07:12 coveralls

Thanks. Could you add a test for that?

stevemao avatar Dec 05 '19 23:12 stevemao

Thanks. Could you add a test for that?

OK, I've added it.

LongchongWang avatar Dec 11 '19 08:12 LongchongWang

Thank you so much!

stevemao avatar Dec 11 '19 08:12 stevemao

Looks like this can be closed due to the merge of https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore/pull/362

mrienstra avatar Jun 24 '23 21:06 mrienstra

Is there a reason this is still open? See #362.

vassudanagunta avatar Dec 02 '23 08:12 vassudanagunta