Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix issue with debounce smaller wait time replacing other timers #366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bekzod
Copy link
Contributor

@bekzod bekzod commented Oct 2, 2019

fixes #365
to avoid shifting of add/remove timer indexes doing following

  • when new debounce timer is earlier than previous debounce timer:
    first removing previous then inserting new
  • when new debounce timer is later than previous debounce timer:
    first inserting new then removing previous

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Multiple debounce calls with different wait values will replace other timers
1 participant