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

talonjs: Figure out how to handle setTimeout #2596

Open
pokey opened this issue Jul 28, 2024 · 0 comments
Open

talonjs: Figure out how to handle setTimeout #2596

pokey opened this issue Jul 28, 2024 · 0 comments

Comments

@pokey
Copy link
Member

pokey commented Jul 28, 2024

Today, we're silently ignoring the delay passed to setTimeout and just immediately running the callback. We should figure out how to handle this

We probably need to look at the places where we use setTimeout case by case and decide what to do. We could maybe inject setTimeout from Talon that uses the Talon timeout functionality. Or maybe we should look at a higher level of abstraction and let debouncing happen Talon-side, etc

Originally posted by @pokey in #2503 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants