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
Multiple calls to to onLoadBefore or onLoadAfter per click
Single call to onLoadBefore or onLoadAfter per click
Possible solution is to add ignoreOnload flag which would be true until last interval is hit, but I'm not sure if optimal:
The text was updated successfully, but these errors were encountered:
I used this solution from lodash debounce function, it helped me somehow.
debounce
Sorry, something went wrong.
No branches or pull requests
I'm submitting a...
What is the current behavior
Multiple calls to to onLoadBefore or onLoadAfter per click
What is the expected behavior
Single call to onLoadBefore or onLoadAfter per click
Please tell us about your environment
Other information
Possible solution is to add ignoreOnload flag which would be true until last interval is hit, but I'm not sure if optimal:
The text was updated successfully, but these errors were encountered: