Skip to content
New issue

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

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

Already on GitHub? Sign in 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in 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