We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should the debounce call capture the timeout value at line 78? I'm wondering if that line of code should read
}.bind(this), 200));
instead of
}.bind(this)), 200);
Feel free to close this ticket.
The text was updated successfully, but these errors were encountered:
It should, thanks for catching @wheredoesyourmindgo! Fixing in #65, to be included in the next release.
Sorry, something went wrong.
No branches or pull requests
Should the debounce call capture the timeout value at line 78? I'm wondering if that line of code should read
instead of
Feel free to close this ticket.
The text was updated successfully, but these errors were encountered: